Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.

...

Some software packages "do not like each other". Meaning when one is loaded (made accessible) it is possible that another tool does not work anymore. For example, once Python is loaded emacs might not work anymore. Which is why one should use different terminals/windows for different modules!

...

Show all modules available on the system:

Volet
module avail

Show currently loaded modules:


Volet
module list


Load a specific module:

Volet
module add <modulename>
   or
module load <modulename>

Unload a specific module:

Volet
module rm <modulename>
   or
module unload <modulename>
   or

module purge <modulename>


PLEASE NOTE: To be completely sure you have unloaded a particular module it is best practice to logout of the system and re-login. That will guarantee the environment contains no references to a specific module.