Hello, thanks for the help the make is now working correctly. I've just did a stupid error in the paths settings of the makefile...
But i tried to run the test with: time ./c --condition rounds:rounds=256 --implementation sharedmem --algorithm A51 --roundfunc xor:condition=distinguished_point::bits=8:generator=increment --device cuda:threads=256:blocks=4:sleep=5000:operations=32768 --logger verbose --work random:prefix=10,0 --consume print:results=16 generate --chainlength 65536 --chains 1024 and get the following trace : l...@ls-laptop:~/Desktop/a51/a5_tables/tmto-svn/obj$ time ./c --condition rounds:rounds=256 --implementation sharedmem --algorithm A51 --roundfunc xor:condition=distinguished_point::bits=8:generator=increment --device cuda:threads=256:blocks=4:sleep=5000:operations=32768 --logger verbose --work random:prefix=10,0 --consume print:results=16 generate --chainlength 65536 --chains 1024 no suitable implementation found real 0m0.008s user 0m0.000s sys 0m0.004s l...@ls-laptop:~/Desktop/a51/a5_tables/tmto-svn/obj$ --------------------------------------------------------------------------------------------- --------------------------------------------------------------------------------------------- I also tried to run the "make c" and "make test" and get the following error : l...@ls-laptop:~/Desktop/a51/a5_tables/tmto-svn/obj$ make c make: `c' is up to date. l...@ls-laptop:~/Desktop/a51/a5_tables/tmto-svn/obj$ make test ./c --nodefault --operations 512 --algorithm A51 --condition rounds:rounds=32 --implementation sharedmem --device cuda --roundfunc xor:condition=distinguished_point::bits=15:generator=lfsr::tablesize=32::advance=0::force --work increment --consume print --logger verbose generate --chains 1024 --chainlength 3072 > testdata Initialize implementation sharedmem... Segmentation fault make: *** [test] Error 139 l...@ls-laptop:~/Desktop/a51/a5_tables/tmto-svn/obj$ ---------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------- Can a1 tell me what's going wrong now? Thanks for the help. Sylv1 --- On Mon, 11/2/09, sascha <[email protected]> wrote: From: sascha <[email protected]> Subject: Re: [A51] error while cd obj ; make installing the program To: [email protected] Date: Monday, November 2, 2009, 6:14 PM On Mon, Nov 02, 2009 at 06:09:24AM -0800, Sylv1 wrote: > Hey, > im trying to install the programm in order to be abble to generate chains. > Im working on Ubuntu 9.04 and build the stxxl 1.2.1. > I have symlinked the directory to stxxl in the building dir and then tried to > build the source of the programm with : edit Makefile.local and set the path to BOOST and STXXL there. your stxxl path does not exist. also you seem to have an older version of boost installed in /usr, so you have to download a tarball from boost.org and build it yourself and write the path to it into Makefile.local > cd obj > make > > and get the following (only begining of the trace) : > ------------------------------------------------------------------------------ > l...@ls:~/Desktop/a51/a5_tables/tmto-svn/obj$ make > g++-4.1 -malign-double -O2 -DSTXXL_BOOST_THREADS -DSTXXL_BOOST_CONFIG > -DSTXXL_BOOST_FILESYSTEM -DSTXXL_BOOST_RANDOM -DSTXXL_BOOST_TIMESTAMP -I.. > -I/usr/local/cuda/include -I/home/Desktop/stxxl-1.2.1/include -c -o > calculate_chain.o ../calculate_chain.cpp [snip] > Can any1 help me to solve this thing? And can also a1 explain me how to > generate the chains once my error would be solved.? the various options are described on the website, together with a sample command line. _______________________________________________ A51 mailing list [email protected] http://lists.lists.reflextor.com/cgi-bin/mailman/listinfo/a51
_______________________________________________ A51 mailing list [email protected] http://lists.lists.reflextor.com/cgi-bin/mailman/listinfo/a51
