![]() |
|
|
#2641 |
|
Random Account
Aug 2009
111101000012 Posts |
|
|
|
|
|
|
#2642 |
|
"Sergiu"
Nov 2017
3 Posts |
Hello,
I'm trying to run CUDALucas-2.05.1-CUDA6.5-linux-x86_64 on a Ubuntu Server 16.04 x86-64 freshly installed with 4 GPUs however I always get "-bash: ./CUDALucas-2.05.1-CUDA6.5-linux-x86_64: No such file or directory" I've added CUDALucas.ini and I've copied libcudart for 6.5 version in same directory. I've installed CUDA 9 then from aptitude I've installed nvidia-cuda-toolkit. None of the steps had any impact. I'd greatly appreciate if someone could point what I am missing. Thanks! pre { direction: ltr; color: rgb(0, 0, 0); }pre.western { font-family: "Liberation Mono","Courier New",monospace; }pre.cjk { font-family: "Droid Sans Fallback",monospace; }pre.ctl { font-family: "Liberation Mono","Courier New",monospace; }p { margin-bottom: 0.1in; direction: ltr; color: rgb(0, 0, 0); line-height: 120%; }p.western { font-family: "Liberation Serif","Times New Roman",serif; font-size: 12pt; }p.cjk { font-family: "Droid Sans Fallback"; font-size: 12pt; }p.ctl { font-family: "FreeSans"; font-size: 12pt; }code.western { font-family: "Liberation Mono","Courier New",monospace; }code.cjk { font-family: "Droid Sans Fallback",monospace; }code.ctl { font-family: "Liberation Mono","Courier New",monospace; }a:link { } |
|
|
|
|
|
#2643 |
|
"/X\(‘-‘)/X\"
Jan 2013
B7416 Posts |
chmod a+x CUDALucas-2.05.1-CUDA6.5-linux-x86_64
Then try again. |
|
|
|
|
|
#2644 |
|
"Sergiu"
Nov 2017
310 Posts |
Thank you for the hint but it had no effect whatsoever. Anything else that I can try?
|
|
|
|
|
|
#2645 | |
|
Sep 2003
5·11·47 Posts |
Quote:
uname -a What is the output of file CUDALucas-2.05.1-CUDA6.5-linux-x86_64 What is the output of ldd CUDALucas-2.05.1-CUDA6.5-linux-x86_64 If all else fails, you can grab the source code and compile it yourself. |
|
|
|
|
|
|
#2646 |
|
"Sergiu"
Nov 2017
3 Posts |
Here:
uname -a Linux Production 4.4.0-98-generic #121-Ubuntu SMP Tue Oct 10 14:24:03 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux file CUDALucas-2.05.1-CUDA6.5-linux-x86_64 CUDALucas-2.05.1-CUDA6.5-linux-x86_64: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=a8b4728865a4f5a480dd218c33fd85728a4914c3, not stripped ldd CUDALucas-2.05.1-CUDA6.5-linux-x86_64 linux-vdso.so.1 => (0x00007ffdd18cc000) libcufft.so.6.5 => ./libcufft.so.6.5 (0x00007fc3a6ca7000) libcudart.so.6.5 => ./libcudart.so.6.5 (0x00007fc3a6a57000) libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fc3a674e000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fc3a6384000) libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fc3a6180000) libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fc3a5f63000) librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007fc3a5d5b000) libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007fc3a59d9000) libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007fc3a57c3000) /lib/ld-linux-x86-64.so.2 => /lib64/ld-linux-x86-64.so.2 (0x00007fc3a96cb000) |
|
|
|
|
|
#2647 |
|
Sep 2003
5·11·47 Posts |
|
|
|
|
|
|
#2648 |
|
Sep 2009
2×1,039 Posts |
What is the output from:
ls -l CUDALucas-2.05.1-CUDA6.5-linux-x86_64 ls -ld . (This is checking the obvious, but that's not a bad place to start.) Chris |
|
|
|
|
|
#2649 |
|
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
14F316 Posts |
Hi,
Has anyone experimented with running more than one instance of CUDALucas on a single GPU? Reason I ask is I'm used to seeing 100% GPU load in GPU-Z, with a single instance of CUDALucas or CUDAPm1 per GPU, but on a GTX1070 it varies 99-100%. Also I have found gains in running multiple Mfaktc instances, raising the GPU load from 98 to 100%, on a GTX480. In sharing a single GTX480 GPU between simultaneous single instances of CUDALucas and CUDAPm1, in a quick test, I'm calculating more combined throughput than either running alone, by several percent. Since I'm running numerous GPUs, if that holds up, it's the equivalent of adding another GPU. Any light you can shed on effects of multiple instances, such as confirming results, or negative results, on various GPU models, would be appreciated. |
|
|
|
|
|
#2650 |
|
"Kieren"
Jul 2011
In My Own Galaxy!
2×3×1,693 Posts |
In the days of CPU Sieving, one core of a Sandy Bridge could come close to saturating a GTX460. A 1090T needed two cores devoted to mfaktc to get the same usage. I believe that one ran multiple instances of mfaktc in different directories. The instances shared the GPU.
Excuse me. I address a different program than that of this thread. The comment might still be valid, however. Last fiddled with by kladner on 2017-12-02 at 02:11 |
|
|
|
|
|
#2651 | |
|
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
31·173 Posts |
Quote:
|
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Don't DC/LL them with CudaLucas | LaurV | Data | 131 | 2017-05-02 18:41 |
| CUDALucas / cuFFT Performance on CUDA 7 / 7.5 / 8 | Brain | GPU Computing | 13 | 2016-02-19 15:53 |
| CUDALucas: which binary to use? | Karl M Johnson | GPU Computing | 15 | 2015-10-13 04:44 |
| settings for cudaLucas | fairsky | GPU Computing | 11 | 2013-11-03 02:08 |
| Trying to run CUDALucas on Windows 8 CP | Rodrigo | GPU Computing | 12 | 2012-03-07 23:20 |