mersenneforum.org  

Go Back   mersenneforum.org > Great Internet Mersenne Prime Search > Hardware > GPU Computing

Reply
 
Thread Tools
Old 2015-02-21, 17:28   #2300
ET_
Banned
 
ET_'s Avatar
 
"Luigi"
Aug 2002
Team Italia

113208 Posts
Default

Quote:
Originally Posted by paulunderwood View Post
It is strange to me to have a file ending with *, but try with the star at the end.
No way this time The star visually marks the file as executable and is not part of the name

Luigi
ET_ is offline   Reply With Quote
Old 2015-02-21, 17:30   #2301
Mark Rose
 
Mark Rose's Avatar
 
"/X\(‘-‘)/X\"
Jan 2013

2×5×293 Posts
Default

.

Last fiddled with by Mark Rose on 2015-02-21 at 17:31
Mark Rose is offline   Reply With Quote
Old 2015-02-21, 17:32   #2302
ET_
Banned
 
ET_'s Avatar
 
"Luigi"
Aug 2002
Team Italia

24·7·43 Posts
Default

Quote:
Originally Posted by ET_ View Post
No way this time The star visually marks the file as executable and is not part of the name

Luigi
MacFactor (previous page) had the same problem I have.

Code:
uigi@Moreware:~/luigi/CUDA/cudaLucas/CUDALucas-2.05$ file CUDALucas
CUDALucas: ELF 64-bit LSB  executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, BuildID[sha1]=a8b4728865a4f5a480dd218c33fd85728a4914c3, not stripped
ET_ is offline   Reply With Quote
Old 2015-02-21, 18:15   #2303
paulunderwood
 
paulunderwood's Avatar
 
Sep 2002
Database er0rr

5×751 Posts
Default

What is the output of:

Code:
uname -a
paulunderwood is offline   Reply With Quote
Old 2015-02-21, 18:18   #2304
ET_
Banned
 
ET_'s Avatar
 
"Luigi"
Aug 2002
Team Italia

24·7·43 Posts
Default

Quote:
Originally Posted by paulunderwood View Post
What is the output of:

Code:
uname -a
Code:
Linux Moreware 3.13.0-45-generic #74-Ubuntu SMP Tue Jan 13 19:36:28 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
The libraries are present:

Code:
luigi@Moreware:~/luigi/CUDA/cudaLucas/CUDALucas-2.05$ ldd CUDALucas
	linux-vdso.so.1 =>  (0x00007fffcf53c000)
	libcufft.so.6.5 => /usr/local/cuda-6.5/lib64/libcufft.so.6.5 (0x00007f9324653000)
	libcudart.so.6.5 => /usr/local/cuda-6.5/lib64/libcudart.so.6.5 (0x00007f9324403000)
	libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f93240e3000)
	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f9323d1d000)
	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f9323b19000)
	libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f93238fa000)
	librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f93236f2000)
	libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f93233ee000)
	libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f93231d7000)
	/lib/ld-linux-x86-64.so.2 => /lib64/ld-linux-x86-64.so.2 (0x00007f932707a000)
Luigi
ET_ is offline   Reply With Quote
Old 2015-02-21, 18:23   #2305
paulunderwood
 
paulunderwood's Avatar
 
Sep 2002
Database er0rr

5×751 Posts
Default

What does:

Code:
$PATH
give
paulunderwood is offline   Reply With Quote
Old 2015-02-21, 18:25   #2306
ET_
Banned
 
ET_'s Avatar
 
"Luigi"
Aug 2002
Team Italia

24×7×43 Posts
Default

Quote:
Originally Posted by paulunderwood View Post
What does:

Code:
$PATH
give
Code:
luigi@Moreware:~/luigi/CUDA/cudaLucas/CUDALucas-2.05$ echo $PATH
/usr/local/cuda-6.5/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
luigi@Moreware:~/luigi/CUDA/cudaLucas/CUDALucas-2.05$ echo $LD_LIBRARY_PATH
/usr/local/cuda-6.5/lib64:/usr/local/lib:
luigi@Moreware:~/luigi/CUDA/cudaLucas/CUDALucas-2.05$
and mfaktc is happily running.

Luigi
ET_ is offline   Reply With Quote
Old 2015-02-21, 18:52   #2307
paulunderwood
 
paulunderwood's Avatar
 
Sep 2002
Database er0rr

72538 Posts
Default

Maybe you need to do this:

Code:
sudo apt-get install ia32-libs
paulunderwood is offline   Reply With Quote
Old 2015-02-21, 18:58   #2308
ET_
Banned
 
ET_'s Avatar
 
"Luigi"
Aug 2002
Team Italia

10010110100002 Posts
Default

Quote:
Originally Posted by paulunderwood View Post
Maybe you need to do this:

Code:
sudo apt-get install ia32-libs
Why?

Luigi
ET_ is offline   Reply With Quote
Old 2015-02-21, 19:02   #2309
paulunderwood
 
paulunderwood's Avatar
 
Sep 2002
Database er0rr

1110101010112 Posts
Default

"Why?" is a good question -- it fixed this guy's problem which seems similar to yours.

Last fiddled with by paulunderwood on 2015-02-21 at 19:03
paulunderwood is offline   Reply With Quote
Old 2015-02-21, 19:07   #2310
ET_
Banned
 
ET_'s Avatar
 
"Luigi"
Aug 2002
Team Italia

12D016 Posts
Default

Quote:
Originally Posted by paulunderwood View Post
"Why?" is a good question -- it fixed this guy's problem which seems similar to yours.
No candidates to install

Luigi
ET_ is offline   Reply With Quote
Reply



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

All times are UTC. The time now is 10:38.


Tue Jul 27 10:38:50 UTC 2021 up 4 days, 5:07, 0 users, load averages: 1.52, 1.85, 1.88

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.