Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nemsio v2.5.4 modulefile needs ./lib64/ default path for NEMSIO_LIB #511

Open
natalie-perlin opened this issue Dec 28, 2022 · 2 comments
Open
Labels
bug Something isn't working

Comments

@natalie-perlin
Copy link
Collaborator

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

@natalie-perlin natalie-perlin added the bug Something isn't working label Dec 28, 2022
@natalie-perlin
Copy link
Collaborator Author

Updated all nemsio modulefiles for the EPIC-maintained hpc-stacks on the Tier-1 platforms (Hera, Gaea, Orion, Jet, Cheyenne)

@aerorahul
Copy link
Contributor

Has this been addressed? Can this be closed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants