• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Einstein beta Cuda Linux

Soulkeeper

Diamond Member
anyone have This working ?

soul@sterlingdesktops:~/BOINC/projects/einstein.phys.uwm.edu$ ldd einsteinbinary_ABP1_1.10_i686-pc-linux-gnu_cuda
linux-gate.so.1 => (0xffffe000)
libcufft.so.2 => not found
libcudart.so.2 => not found
libpthread.so.0 => /lib/libpthread.so.0 (0xf7f39000)
libm.so.6 => /lib/libm.so.6 (0xf7f13000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xf7e2a000)
libc.so.6 => /lib/libc.so.6 (0xf7cdc000)
/lib/ld-linux.so.2 (0xf7f71000)
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0xf7ccf000)
soul@sterlingdesktops:~/BOINC/projects/einstein.phys.uwm.edu$

I have the libcufft.so.2 and libcudart.so.2 in the current dir and installed system wide, yet it's refusing to see them.
Did they hardcode something ?

Also I'm not allowed to post this question in the official einstein thread for this subject, it says I don't have enough "points"
Maybe i'm not important enough there ...



thanks.
 
I think I found the problem ...

./einsteinbinary_ABP1_1.10_i686-pc-linux-gnu_cuda: error while loading shared libraries: libcufft.so.2: wrong ELF class: ELFCLASS64

need a 64-bit version of this bastard
 
I guess I had to copy the supplied libcufft.so.2 and libcudart.so.2 to the main BOINC dir or it wouldn't see them ...
running fine on one of my systems now, the other won't get anymore work because they have some kinda daily quota of 4wu's

also edited the ncpu lines in the appinfo file to .12 instead of 1.0
this let's me continue to run 2 instances of other projects on my 2 cores while still running the einstein cuda
 
Back
Top