Azure / azhpc-images

Azure HPC/AI VM Images
MIT License
90 stars 72 forks source link

HPCX and IMPI modules not compatible with Lmod #80

Open xpillons opened 3 years ago

xpillons commented 3 years ago

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

hmeiland commented 2 years ago

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 commented 2 years ago

proposal https://github.com/Azure/azhpc-images/pull/102 made for CentOS 7.9; if ok, I'll update other dists/versions...

hmeiland commented 2 years ago

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....