From e7c1ca6976bed5ae61ec89dc460a9a32cb945967 Mon Sep 17 00:00:00 2001 From: Jan Mandel Date: Thu, 31 Oct 2024 09:39:26 -0600 Subject: [PATCH] Update modules.md --- docs/modules.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/modules.md b/docs/modules.md index 12350e2..7f5e5c2 100644 --- a/docs/modules.md +++ b/docs/modules.md @@ -1,6 +1,7 @@ # Environment modules -**Environment modules are available on Alderaan front end and compute nodes only.** +**Environment modules are available on Alderaan front end and compute nodes only. Colibri and Score nodes may have different +legacy module versions or none.** ## Purpose @@ -12,15 +13,17 @@ Alderaan modules include compilers (GNU, AMD, and Intel) and MPI. ## Basic module commands -`module load modulename` - make the software pointed to by the module available +`module load ` - make the software pointed to by the module available -`module unload modulename` - make the software pointed to by the module unavailable +`module unload ` - make the software pointed to by the module unavailable `module purge` - unload all modules, strongly recommended before loading modules to start clean and assure a predictable environment `module list` - list which modules are loaded -`module avail` - list of all available modules +`module avail ` - list of all available modules for versions of a package + +`module avail` - get a complete (long) list of all available modules ## Modules and running code -- 2.11.4.GIT