> Funny thing... > > With selfcompiled and with precompiled version i get with the test data > this result: > > make test > ./c --algorithm A51 --condition rounds:rounds=32 --implementation > sharedmem --device cuda --roundfunc > xor:condition=distinguished_point::bits=15:generator=lfsr::tablesize=32::advance=0 > > --work increment --consume print --logger verbose generate --chains 1024 > --chainlength 3072 > testdata > Initialize implementation sharedmem... > Run 512 operations... > ../tmto/device/cuda/host_side_methods.hpp(74)[void > tmto::device::cuda::cudaSynchronize()]: cuda error: unspecified launch > failure > make: *** [test] Fehler 1 > > with data from the cgi it seems to work. >
do you mean that chains are generated with the command line from the cgi? it looks like your compilation failed. are you on 32bit or 64bit? if on 32bit, then you probably did not use HOST_FLAGS in Makefile.local/Makefile (depending on your svn revision) try 'make test' with a precompiled version and make sure you rename it to 'c' in the same directory that you type 'make test' ______________________________________________________ GRATIS für alle WEB.DE-Nutzer: Die maxdome Movie-FLAT! Jetzt freischalten unter http://movieflat.web.de _______________________________________________ A51 mailing list [email protected] http://lists.lists.reflextor.com/cgi-bin/mailman/listinfo/a51
