list of knows caveats with Lmod compared to environment modules setup:
module load cluster is broken, must use module load cluster/$VSC_DEFAULT_CLUSTER_MODULE
- changes to
$MODULEPATH must be done with module use
- if not, Lmod may spit out
The environment MODULEPATH has been changed in unexpected ways
bugs/issues:
- output of
module list and module --terse avail doesn't go do stdout as desired
- manual
module use on /apps/gent/.../modules/all results in spider cache not being found
/apps/gent is a symlink, which gets resolved on manual module use, leading to path mismatch (bug in Lmod?)
list of knows caveats with Lmod compared to environment modules setup:
module load clusteris broken, must usemodule load cluster/$VSC_DEFAULT_CLUSTER_MODULE$MODULEPATHmust be done withmodule useThe environment MODULEPATH has been changed in unexpected waysbugs/issues:
module listandmodule --terse availdoesn't go do stdout as desiredmodule useon/apps/gent/.../modules/allresults in spider cache not being found/apps/gentis a symlink, which gets resolved on manualmodule use, leading to path mismatch (bug in Lmod?)