SeisSol/PUMGen

pumgen was not compiling because of hdf5

Thomas-Ulrich opened this issue · 0 comments

We tried installing pumgen on a new local cluster, and we had trouble linking hdf5 library.
This line was giving us trouble:
mpicc -o build/pumgen -fopenmp -Wl,-rpath=/lrz/sys/libraries/netcdf/4.3.3/intel/ibmmpi_poe1.4_1505/lib (...) lSimPartitionWrapper-mpich2 -lSimModel -lpskernel
something like undefined reference to H5_Close

And actually we solved it adding -lhdf5 to this line. So maybe something has to be updated in the install script.