You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A modulefile for nemsio package sets the env. variable NEMSIO_LIB to a library /lib/libnemsio.a, which works OK for nemsio <= 2.5.2. A version nemsio >=2.5.4 needs to have /lib64/ in the path, i.e.:
Expected behavior
A modulefile needs to specify NEMSIO_LIB env. variable pointing to /lib64/ directory for 64-bit systems, and software version >=2.5.4.
System:
Currently tweaked the modulefile manually on Hera:
hpc-stack/libs/intel-2022.1.2/modulefiles/mpi/intel/2022.1.2/impi/2022.1.2/nemsio/2.5.4.lua
Describe the bug
A modulefile for nemsio package sets the env. variable NEMSIO_LIB to a library /lib/libnemsio.a, which works OK for nemsio <= 2.5.2. A version nemsio >=2.5.4 needs to have /lib64/ in the path, i.e.:
setenv("NEMSIO_LIB", pathJoin(base,"lib64/libnemsio.a"))
Expected behavior
A modulefile needs to specify NEMSIO_LIB env. variable pointing to /lib64/ directory for 64-bit systems, and software version >=2.5.4.
System:
Currently tweaked the modulefile manually on Hera:
hpc-stack/libs/intel-2022.1.2/modulefiles/mpi/intel/2022.1.2/impi/2022.1.2/nemsio/2.5.4.lua
@jkbk2004 (Jong Kim) reported the issue
The text was updated successfully, but these errors were encountered: