We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
list of knows caveats with Lmod compared to environment modules setup:
module load cluster
module load cluster/$VSC_DEFAULT_CLUSTER_MODULE
$MODULEPATH
module use
The environment MODULEPATH has been changed in unexpected ways
bugs/issues:
module list
module --terse avail
/apps/gent/.../modules/all
/apps/gent
The text was updated successfully, but these errors were encountered:
As long as you strictly only append or prepend to the $MODULEPATH, you could get away without use?
use
Off all these issues, only the second remains and is unavoidable. However, if you consistently pre- or append, you should be just fine.
@boegel: module load cluster is still broken when the cluster module is already loaded, but let's see if we need to remedy that
cluster
Sorry, something went wrong.
Merge pull request hpcugent#18 from wpoely86/fixes
066581c
Fix hook
No branches or pull requests
list of knows caveats with Lmod compared to environment modules setup:
module load cluster
is broken, must usemodule load cluster/$VSC_DEFAULT_CLUSTER_MODULE
$MODULEPATH
must be done withmodule use
The environment MODULEPATH has been changed in unexpected ways
bugs/issues:
module list
andmodule --terse avail
doesn't go do stdout as desiredmodule use
on/apps/gent/.../modules/all
results in spider cache not being found/apps/gent
is a symlink, which gets resolved on manualmodule use
, leading to path mismatch (bug in Lmod?)The text was updated successfully, but these errors were encountered: