I run "unittest.sh" in the root directory. Then I got the folowing results. After careful analysis, I couldn't figure out what I should do.
My environment includes Max OS X Mavericks and gcc-4.2.
*******************TESTING ALS-TENSOR**********************
****************************************************************************
WARNING: common.hpp(print_copyright:197): GraphChi Collaborative filtering library is written by Danny Bickson (c). Send any comments or bug reports to danny....@gmail.com
[training] => [time_smallnetflix]
[validation] => [time_smallnetflixe]
[lambda] => [0.065]
[minval] => [1]
[maxval] => [5]
[max_iter] => [6]
[K] => [27]
[quiet] => [1]
[clean_cache] => [1]
=== REPORT FOR sharder() ===
[Timings]
edata_flush: 2.27904s (count: 153, min: 0.003191s, max: 0.053458, avg: 0.0148957s)
execute_sharding: 4.06235 s
finish_shard.sort: 0.522971s (count: 3, min: 0.126848s, max: 0.207576, avg: 0.174324s)
preprocessing: 2.55512 s
shard_final: 3.1731s (count: 3, min: 1.02136s, max: 1.10454, avg: 1.0577s)
[Other]
app: sharder
=== REPORT FOR sharder() ===
[Timings]
edata_flush: 0.38689s (count: 25, min: 0.010174s, max: 0.019995, avg: 0.0154756s)
execute_sharding: 0.65309 s
finish_shard.sort: 0.064785 s
preprocessing: 0.64888 s
shard_final: 0.518701 s
[Other]
app: sharder
ERROR: stripedio.hpp(open_session:404): Could not open: time_smallnetflix.edata..Z.e16B.2_3_blockdir_1048576/13 session: 84 error: Too many open files
ERROR: stripedio.hpp(open_session:404): Could not open: time_smallnetflix.edata..Z.e16B.1_3_blockdir_1048576/15 session: 85 error: Too many open files
Assertion failed: (rddesc>=0), function open_session, file ../../src/io/stripedio.hpp, line 406.
./unittest.sh: line 66: 2853 Abort trap: 6 ./toolkits/collaborative_filtering/als_tensor --training=time_smallnetflix --validation=time_smallnetflixe --lambda=0.065 --minval=1 --maxval=5 --max_iter=6 --K=27 --quiet=1 --clean_cache=1
--
You received this message because you are subscribed to the Google Groups "graphchi-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to graphchi-discu...@googlegroups.com.
To post to this group, send email to graphchi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/graphchi-discuss/df6b8ca6-c68f-4241-ae77-1c2ee6030833%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
****************************************************************************
*******************ITEM-SIM-TO-RATING**********************
****************************************************************************
WARNING: common.hpp(print_copyright:197): GraphChi Collaborative filtering library is written by Danny Bickson (c). Send any comments or bug reports to danny....@gmail.com
[training] => [./toolkits/collaborative_filtering/unittest/itemsim2rating.unittest.graph]
[similarity] => [./toolkits/collaborative_filtering/unittest/itemsim2rating.unittest.similarity]
[K] => [4]
[nshards] => [1]
[quiet] => [0]
[undirected] => [1]
[debug] => [1]
WARNING: chifilenames.hpp(find_shards:271): Could not find shards with nshards = 1
WARNING: chifilenames.hpp(find_shards:272): Please define 'nshards 0' or 'nshards auto' to automatically detect.
INFO: sharder.hpp(start_preprocessing:370): Starting preprocessing, shovel size: 13107200
INFO: io.hpp(convert_matrixmarket_and_item_similarity:391): Starting to read matrix-market input. Matrix dimensions: 5 x 4, non-zeros: 9
DEBUG: io.hpp(convert_matrixmarket_and_item_similarity:426): Finished loading 9 ratings from file: ./toolkits/collaborative_filtering/unittest/itemsim2rating.unittest.graph
FATAL: io.hpp(convert_matrixmarket_and_item_similarity:448): Item similarity to itself found for item 1 in line; 4
libc++abi.dylib: terminating with uncaught exception of type char*
./unittest.sh: line 85: 1663 Abort trap: 6 ./toolkits/collaborative_filtering/itemsim2rating --training=./toolkits/collaborative_filtering/unittest/itemsim2rating.unittest.graph --similarity=./toolkits/collaborative_filtering/unittest/itemsim2rating.unittest.similarity --K=4 execthreads 1 --nshards=1 --quiet=0 --undirected=1 --debug=1
To view this discussion on the web visit https://groups.google.com/d/msgid/graphchi-discuss/521533d8-e995-4ac9-a5c5-81a67b354405%40googlegroups.com.