Skip to content

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

@natalie-perlin

Description

@natalie-perlin

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions