Compile HDF5 for TOMOATT on NSCC #24
|
Possibly due to the upgrade of NSCC system, I encountered some problem when compiling local HDF5 using this instruction: "https://tomoatt.com/docs/GetStarted/Use_on_HPCs" After make -j16, an error occurred: /usr/bin/ld: cannot find -lpmi2 It seems that "libpmi2.so" is not found. However, this file really exists, e.g., in "/opt/cray/pe/lib64". By the way, the module "openmpi/4.1.5-gcc11" is not available on NSCC since 2025. Please use "openmpi/4.1.6-gcc11" instead. |
Replies: 2 comments 1 reply
|
Answered above. |
|
Currently, TomoATT is no longer dependent on SIMD. Thus, try to compile it using Cray instead of GCC. |
Answered above.