First CUDA App for Linux available for Beta Test

Bernd Machenschalk
Bernd Machenschalk
Moderator
Administrator
Joined: 15 Oct 04
Posts: 4314
Credit: 250788497
RAC: 34430

We posted a new CUDA App for

We posted a new CUDA App for Linux that fixes a bug and should be a little faster on the CPU, too. See here.

BM

BM

bzm
bzm
Joined: 22 Jan 05
Posts: 3
Credit: 1073672
RAC: 0

RE: The first workunits

Message 94177 in response to message 94160

Quote:
The first workunits errored out with "einsteinbinary_ABP1_1.07_i686-pc-linux-gnu-cuda: error while loading shared libraries: libcufft.so.2: invalid ELF header"


Just in case anyone is searching for a solution to the "invalid ELF header" message:
This was caused by the 32-bit application trying to link to the CUDA libraries and finding 64-bit versions instead of the 32-bit versions supplied by the project. In my case this was because LD_LIBRARY_PATH was set, pointing to the 64-bit versions. Removing the environment variable solved the problem.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.