Accessing the Software on UQAM servers : Différence entre versions

Un article de Informaticiens département des sciences de la Terre et l'atmosphère
Aller à: navigation, charcher
m
m (Using software modules)
 
(3 révisions intermédiaires par 3 utilisateurs non affichées)
Ligne 1: Ligne 1:
 
==Using software modules==
 
==Using software modules==
  
The access to different software packages, installed on the servers of the ESCER centre, is easily managed by users via the "Lmod" environment (https://www.tacc.utexas.edu/research-development/tacc-projects/lmod). It automatically adds/removes corresponding paths to your environment variables, thus removing the necessity to do it "by hand".
+
The access to different software packages, installed on the servers of the ESCER centre, is easily managed by users via the gnu environment modules (http://modules.sourceforge.net/). This package automatically adjusts the proper paths and variables in your environment, thus removing the necessity to do it "by hand".
  
 
'''The following commands of the "Modules" environment are used most frequently:'''
 
'''The following commands of the "Modules" environment are used most frequently:'''
Ligne 9: Ligne 9:
 
Show currently loaded modules:
 
Show currently loaded modules:
 
     user@server$ '''module list'''
 
     user@server$ '''module list'''
Load particular module:
+
Load a specific module:
     user@server$ '''module add <modulename>'''
+
     user@server$ '''module add <modulename>'''
Unload particular module:
+
      or
 +
    user@server$ '''module load <modulename>'''
 +
Unload a specific module:
 
     user@server$ '''module rm <modulename>'''
 
     user@server$ '''module rm <modulename>'''
 
+
      or
 +
    user@server$ '''module unload <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.
 
'''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.

Version actuelle datée du 30 d'avril 2019 à 22:00

Using software modules

The access to different software packages, installed on the servers of the ESCER centre, is easily managed by users via the gnu environment modules (http://modules.sourceforge.net/). This package automatically adjusts the proper paths and variables in your environment, thus removing the necessity to do it "by hand".

The following commands of the "Modules" environment are used most frequently:

Show all modules available on the system:

   user@server$ module avail

Show currently loaded modules:

   user@server$ module list

Load a specific module:

   user@server$ module add  <modulename>
     or
   user@server$ module load <modulename>

Unload a specific module:

   user@server$ module rm <modulename>
     or
   user@server$ module unload <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.