INSIGNEO / pFIRE

The Parallel Framework for Image Registration
https://insigneo.github.io/pFIRE/
Apache License 2.0
13 stars 5 forks source link

Should the Intel MKL (or another BLAS) be listed as a dependency? #59

Closed willfurnass closed 5 years ago

willfurnass commented 5 years ago

On ShARC:

$ source /usr/local/community/rse/spack/share/spack/setup-env.sh
$ spack load pfire@0.5.0
$ pfire --help
pfire: error while loading shared libraries: libmkl_intel_lp64.so: cannot open shared object file: No such file or directory
$ ldd $(which pfire) | grep 'not found'
        libmkl_intel_lp64.so => not found
        libmkl_sequential.so => not found
        libmkl_core.so => not found
willfurnass commented 5 years ago

I've since learned that you need to tell Spack to explicitly load dependencies via spack load --dependencies pfire@...