Code does not run with Intel compiler and without MPI - linking problem ?
Here is what I did:
Checked out latest revision of master branch c60ad5a329706e7393f3ee39e9e3e75e1ac5f518
module load intel_comp/c5/2015 intel_mpi/5.0.3 parallel_hdf5/1.8.14-mt doxygen
./autogen.sh
./configure --disable-mpi
cd examples
./run.sh
I got the following error messages:
./test_mindt: error while loading shared libraries: libiomp5.so: cannot open shared object file: No such file or directory
To me it looks like a linking problems within the modules themselves. Am I missing something in my $PATH ?