sotnir / NENAH-BIDS

A collaborate platform for streamlining a BIDS workflow for the NENAH study, on the linux workstation based at University of Southampton.
https://www.southampton.ac.uk/cndng
Creative Commons Zero v1.0 Universal
2 stars 2 forks source link

CUDA not working on Linux workstation #92

Closed finnlennartsson closed 3 years ago

finnlennartsson commented 3 years ago

Ran FSL's eddy but cannot invoke CUDA on Linux workstation

============ eddy_cuda9.1

           eddy_cuda9.1: error while loading shared libraries: libcublas.so.9.1: cannot open shared object file: No such file or directory
yukaizou2015 commented 3 years ago

CUDA 8.0 was installed - see here

finnlennartsson commented 3 years ago

Yes, correct. We have to use eddy_cuda8.0 Following the advice on FSL's eddyUsersGuide and making a symbolic

For CUDA v8.0 ln -sf ${FSLDIR}/bin/eddy_cuda8.0 ${FSLDIR}/bin/eddy_cuda

sorted it!