User Tools

Site Tools


other:newppl:starting

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
other:newppl:starting [2024/04/03 11:33]
jypeter [Available servers] Added getlogin and getenv Python example
other:newppl:starting [2024/04/24 12:37]
jypeter [Using module to access optional programs] Improved
Line 449: Line 449:
 ==== Using module to access optional programs ==== ==== Using module to access optional programs ====
  
-Main ''​module''​ options:+Most useful ​''​[[https://​modules.readthedocs.io/​|module]]''​ options:
   * ''​module list'':​ list the currently loaded modules   * ''​module list'':​ list the currently loaded modules
-  * ''​module avail'':​ list the available modules+  * ''​module avail [mod_name]'':​ list the available modules ​(or only the ones with a name starting with ''​mod_name''​)
   * ''​module load module_a ... module_n'':​ load modules (automatically including dependencies)   * ''​module load module_a ... module_n'':​ load modules (automatically including dependencies)
     * ''​module load module_a'':​ load default version of //​module_a//​     * ''​module load module_a'':​ load default version of //​module_a//​
Line 464: Line 464:
 No Modulefiles Currently Loaded. No Modulefiles Currently Loaded.
  
- > module avail + > module avail ncview 
-[...] +ncview/​2.1.7
-batch_env ​         grib_api/​1.14.0 ​   netcdf/​4 ​          ​python/​3.6 +
-[...] +
-glost/​0.3.1 ​       ​ncview/2.1.7       ​python/​2.7+
  
  > module load ncview netcdf/4  > module load ncview netcdf/4
other/newppl/starting.txt · Last modified: 2024/07/02 10:22 by jypeter