IanHG / gpm

Grendel Package Manager (GPM)
1 stars 0 forks source link

When swapping modules in a heirarchical setup, which depends on other modules, the modules are sometimes loaded twice, which causes issues when unloading. #8

Open IanHG opened 6 years ago

IanHG commented 6 years ago

This was seen when swapping from "openblas" and "lapack" on grendel-s. Lapack depended on "cmake", which somehow caused the lapack paths to be counted twice in LMOD refs. When removing the depends_on from lapack, the issue went away.

This might be an Lmod bug, and might go away after an lmod update.

IanHG commented 6 years ago

Same is seen using "load()" instead of "depends_on()".

IanHG commented 6 years ago

Updating LMOD did not fix the issue :C

IanHG commented 6 years ago

I think the issue has been fixed by updating to Lmod 7.7.18