wanderine / BROCCOLI

BROCCOLI: Software for Fast fMRI Analysis on Many-Core CPUs and GPUs
GNU General Public License v3.0
115 stars 38 forks source link

Trouble with GetOpenCLInfo #36

Closed srd49 closed 7 years ago

srd49 commented 7 years ago

Hi all,

so I recently installed an NVIDIA driver using (NVIDIA-Linux-x86_64-375.66.run). Now if I run clinfo I get the following message attached to this message. However, when I cd into the appropriate folder and run ./GetOpenCLInfo then I get an error message: ./GetOpenCLInfo: error while loading shared libraries: libclBLAS.so.2: cannot open shared object file: No such file or directory I'm not sure exactly why this is happening and I'm very very new to linux so I'm having some trouble figuring it out. I was hoping somebody on here might be able to help. Thank you in advance!

Best,

Sri

clinfo_output.txt

wanderine commented 7 years ago

You need to define LD_LIBRARY_PATH, as mentioned in the documentation

Documentation https://github.com/wanderine/BROCCOLI/raw/master/documentation/broccoli.pdf

2017-05-10 20:42 GMT+02:00 srd49 notifications@github.com:

Hi all,

so I recently installed an NVIDIA driver using (NVIDIA-Linux-x86_64-375.66.run). Now if I run clinfo I get the following message attached to this message. However, when I cd into the appropriate folder and run ./GetOpenCLInfo then I get an error message: **./GetOpenCLInfo: error while loading shared libraries: libclBLAS.so.2: cannot open shared object file: No such fil clinfo_output.txt https://github.com/wanderine/BROCCOLI/files/990876/clinfo_output.txt

e or directory** I'm not sure exactly why this is happening and I'm very very new to linux so I'm having some trouble figuring it out. I was hoping somebody on here might be able to help. Thank you in advance!

Best,

Sri

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/wanderine/BROCCOLI/issues/36, or mute the thread https://github.com/notifications/unsubscribe-auth/AEGryN6GegyApeYzMLdKJqGg5rSewN4Tks5r4gUEgaJpZM4NXEMr .

-- Anders Eklund, PhD

srd49 commented 7 years ago

Ah perfect thank you!