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

HPCX and IMPI modules not compatible with Lmod #80

Open
xpillons opened this issue May 3, 2021 · 3 comments
Open

HPCX and IMPI modules not compatible with Lmod #80

xpillons opened this issue May 3, 2021 · 3 comments

Comments

@xpillons
Copy link
Contributor

xpillons commented May 3, 2021

Lmod is failing to load HPCX and IMPI modules.
Repro :

  • yum install Lmod

  • module use /usr/share/Modules/modulefiles

  • module load mpi/hpcx
    Lmod has detected the following error: The following module(s) are unknown: "/opt/hpcx-v2.7.4-gcc-MLNX_OFED_LINUX-5.2-1.0.4.0-redhat7.8-x86_64/modulefiles/hpcx"

  • module load mpi/impi
    Lmod has detected the following error: The following module(s) are unknown: "/opt/intel/impi/2018.4.274/intel64/modulefiles/mpi"

@hmeiland
Copy link
Contributor

Looks like a recursive load of another module outside of modulepath is causing issues; either copy original module to modulepath or create symlinks could solve this...

@hmeiland
Copy link
Contributor

proposal #102 made for CentOS 7.9; if ok, I'll update other dists/versions...

@hmeiland
Copy link
Contributor

added moving from environment-modules to Lmod in PR #102; this would break some modules in outside CentOS 7.9; so please allow me to finish the PR before accepting....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants