![]() |
[QUOTE=Wizzard;277088]Could you please upload that compiled Linux 64 version? I would like to test it anyway.[/QUOTE]
I'll try at somepoint today. The problem is (currently) when I boot to Linux, no GIMPS work gets done, and it'll probably take a while to get everything working, so I haven't been in Linux for a while. Like I said though, I'll try later today. msft, he was having compiling problems, so that's why he was looking for a precompiled version. Edit: Oh yeah, can't play TF2 either in Linux, though I have heard about various Wine-based options to get it working. |
I remember why I wasn't booting Linux: About a month ago, after I tried updating the nVidia drivers, my GUI stopped working. This might take a bit longer than expected :/
Edit: Well, I tried updating the driver again (booted to Windows and dl'ed it to flash drive) and got the installer to run, but didn't help the GUI-not-starting-on-boot issue. The terminals worked fine though, so I extracted the executable and necessary library-type files. The weird thing is, when I tried to run mfaktc, it said my nVidia kernel module reported a 270.x.xx version number, but I'm pretty sure I haven't ever used anything earlier than 280.x, and during the 285.x install it said it had updated the kernel module. Anyways, as far as the CUDALucas goes, for the life of me I couldn't get it to find the library files required, so I eventually put them in a lib subfolder of the folder containing the binary. That's how the zip is organized. (Quick note: The files the binary will look for are like 'name.4' or similar, whereas the files I gave you are 'name.4.0.17'. Just create a simlink with the right name.) Edit: Hmm, not letting me upload the zip. Throws some error about security tokens, and when I hit the "inform the administrator" link, it says I don't have permission. Edit2: Try this: [url]http://filesmelt.com/downloader/CUDALucas.zip[/url] |
[QUOTE=msft;277246]You can download from [URL]http://mersenneforum.org/showpost.php?p=253129&postcount=425[/URL].:smile:[/QUOTE]
Thank you very much, this is what I was searching for. I tried to compile it from that zip file, what was probably intended to use primary in Windows and setup.cu was missing there. The source from this file compiled fine. |
[QUOTE=Wizzard;277364]Thank you very much, this is what I was searching for. I tried to compile it from that zip file, what was probably intended to use primary in Windows and setup.cu was missing there.
The source from this file compiled fine.[/QUOTE] And, all my work with compiling, etc., was useless, because this program requires 1.3 CUDA capabilities. Great... |
1 Attachment(s)
Add msec/Iter.
[QUOTE] CUDALucas: Could not find a checkpoint file to resume from Iteration 10000 11.4 msec/Iter M( 33333333 )C, 0xd717246f501c7d94, n = 2097152, CUDALucas v1.3 Iteration 20000 11.3 msec/Iter M( 33333333 )C, 0x7f036ff2b230121b, n = 2097152, CUDALucas v1.3 [/QUOTE] |
Is the 1.3 release official then? I remember seeing a 1.2b and wondering what that was...
|
[QUOTE=Dubslow;281605]Is the 1.3 release official then? I remember seeing a 1.2b and wondering what that was...[/QUOTE]
I was not successful compile. |
Hi,
I can't get it to run on Linux. Compiled the 1.3 source with just 'make'. Running a single GTX 460 on a Z68 motherboard. [code]bill@Gravemind:~/CUDALucas∰∂ LD_LIBRARY_PATH=./lib ./CUDALucas -c10000 25003007 CUDALucas: Could not find a checkpoint file to resume from device_number >= device_count ... exiting [/code] More information about my setup: [code]bill@Gravemind:~/CUDALucas∰∂ ls -lR .: total 468 -rw-r--r-- 1 bill bill 1559 2011-02-20 06:59 balance.cu -rw-r--r-- 1 bill bill 445 2011-02-20 06:59 balance.h -rw-r--r-- 1 bill bill 7376 2011-12-21 12:50 balance.o -rwxr-xr-x 1 bill bill 113157 2011-12-21 12:50 CUDALucas -rw-r--r-- 1 bill bill 28884 2011-12-21 12:48 CUDALucas.1.3.tar.bz2 -rw-r--r-- 1 bill bill 32106 2011-12-08 19:16 CUDALucas.cu -rw-r--r-- 1 bill bill 78384 2011-12-21 12:50 CUDALucas.o -rw-r--r-- 1 bill bill 320 2011-02-20 06:59 globals.h -rw-r--r-- 1 bill bill 188 2011-02-20 06:59 init_fft.h -rw-r--r-- 1 bill bill 186 2011-02-20 06:59 init_real.h drwxr-xr-x 2 bill bill 4096 2011-12-21 12:52 lib -rw-r--r-- 1 bill bill 1455 2011-02-20 06:59 Makefile -rw-r--r-- 1 bill bill 756 2011-02-20 06:59 Makefile.win -rw-r--r-- 1 bill bill 69750 2011-02-20 06:59 rw.cu -rw-r--r-- 1 bill bill 1376 2011-02-20 06:59 rw.h -rw-r--r-- 1 bill bill 48200 2011-12-21 12:50 rw.o -rw-r--r-- 1 bill bill 3114 2011-02-20 06:59 setup.cu -rw-r--r-- 1 bill bill 10969 2011-02-20 06:59 setup.h -rw-r--r-- 1 bill bill 7344 2011-12-21 12:50 setup.o -rw-r--r-- 1 bill bill 193 2011-02-20 06:59 sq_herm.h -rw-r--r-- 1 bill bill 9 2011-12-21 12:56 worktodo.txt -rw-r--r-- 1 bill bill 437 2011-02-20 06:59 zero.cu -rw-r--r-- 1 bill bill 187 2011-02-20 06:59 zero.h -rw-r--r-- 1 bill bill 5944 2011-12-21 12:50 zero.o ./lib: total 85760 lrwxrwxrwx 1 bill bill 19 2011-12-21 12:52 libcudart.so.4 -> libcudart.so.4.0.17 -rwxr-xr-x 1 bill bill 330512 2011-09-14 15:45 libcudart.so.4.0.17 lrwxrwxrwx 1 bill bill 18 2011-12-21 12:52 libcufft.so.4 -> libcufft.so.4.0.17 -rwxr-xr-x 1 bill bill 87484504 2011-09-14 15:45 libcufft.so.4.0.17[/code] I had this same problem with 1.2 a couple of months ago, but I gave it up then and ran mfaktc, which ATM also isn't working. |
1 Attachment(s)
[QUOTE=Wizzard;277062]Doesn't anybody have the latest compiled version for 64-bit Linux?[/QUOTE]
Yes, this is CudaLucas V1.2b Linux64-bit, but works fine. Please let me know if this works for you! |
Hi ,Dubslow
[QUOTE=Dubslow;283074]Hi, I can't get it to run on Linux. Compiled the 1.3 source with just 'make'. Running a single GTX 460 on a Z68 motherboard. [code]bill@Gravemind:~/CUDALucas∰∂ LD_LIBRARY_PATH=./lib ./CUDALucas -c10000 25003007 CUDALucas: Could not find a checkpoint file to resume from device_number >= device_count ... exiting [/code][/QUOTE] My setup. [QUOTE] $ tail .bashrc #### export PATH=/usr/local/cuda/bin:$PATH export LD_LIBRARY_PATH=/usr/local/cuda/lib64:$LD_LIBRARY_PATH [/QUOTE] |
1 Attachment(s)
Hi ,
Ver 1.4 Support non power of two fft length.:lol: n = 786432 5.4 msec/Iter,n = 1310720 8.9 msec/Iter,n = 1835008 12.5 msec/Iter,n = 2359296 16 msec/Iter,n = 3670016 25.7 msec/Iter,n = 5242880 37.7 msec/Iter with GTX-550Ti Thank you, |
| All times are UTC. The time now is 23:06. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.