compilation should take less than a minute. calculate_chain_cuda.o compiles in just a few seconds. try strace -eexecve -f make c to see whether you are in a loop outside of a single nvcc instance. what is your nvcc version?
> Thank you to Christian that sorted out the original problem. > > It isnt crashing out when I do *make c *in the * /obj * > directory now but it has been stuck at this stage for about 20minutes > now. > > [r...@signius-02 tmto-svn]# cd obj/ > > [r...@signius-02 obj]# make c > > (echo "#!/bin/sh"; echo "exec g++-4.1 \"\...@\"") > gcc > > chmod 755 gcc > > PATH=.:$PATH /usr/local/cuda/bin/nvcc -c -keep -O3 -g -D_DEBUG - > DSTXXL_BOOST_THREADS -DSTXXL_BOOST_CONFIG -DSTXXL_BOOST_FILESYSTEM - > DSTXXL_BOOST_RANDOM -DSTXXL_BOOST_TIMESTAMP -I.. -I/usr/local/cuda/ > include -I/usr/include/stxxl/include -o calculate_chain_cuda.o ../ > calculate_chain_cuda.cu > > ./gcc: line 2: exec: g++-4.1: not found > > I have > > [sign...@signius-02 ~]$ gcc --version > > gcc (GCC) 4.3.2 20081105 (Red Hat 4.3.2-7) > > I have tried changing Makefile.local & Makefile to have 43 as opposed > to 41 and I still get the same results. > > GCC 4.3 is supposed to be supported so am not sure what I am now > doing wrong. > > While it is hung at the above stage top is showing CPU usage at 100% > for nvcc so I am unsure if it does take this long or if it stuck in a > loop. > > Can someone advice please. I have been at this for a couple of days > now so my brain may be doing some dumb things youre welcome to > slap me with a wet fish if this is the case. > > THANKS > _______________________________________________ A51 mailing list A51@ > lists.reflextor.com http://lists.lists.reflextor.com/cgi-bin/mailman/ > > listinfo/a51 ______________________________________________________ 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
