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 revisionPrevious revision
Next revision
Previous revision
other:newppl:starting [2025/07/23 15:06] – [Which programs should you use?] added link to module jypeterother:newppl:starting [2025/08/07 13:51] (current) – [Miscellaneous information] Added link to GATE desk jypeter
Line 17: Line 17:
   * [[https://www.science-accueil.org/en/|Science Accueil]]   * [[https://www.science-accueil.org/en/|Science Accueil]]
     * [[https://www.science-accueil.org/en/request-services/|Service request page]]     * [[https://www.science-accueil.org/en/request-services/|Service request page]]
 +  * [[https://gate.paris-saclay.fr/en/|GATE desk]]
   * {{:other:newppl:uvsq-guide-du-personnel-nov2019.pdf|Guide du Personnel UVSQ}}   * {{:other:newppl:uvsq-guide-du-personnel-nov2019.pdf|Guide du Personnel UVSQ}}
  
Line 454: Line 455:
 ==== Using module to access optional programs ==== ==== Using module to access optional programs ====
  
-Most useful ''[[https://modules.readthedocs.io/|module]]'' options:+=== Documentation === 
 + 
 +  * [[https://documentations.ipsl.fr/spirit/common/module_command.html|IPSL Meso documentation]] 
 +  * [[https://modules.readthedocs.io/|Full and official module documentation]] 
 + 
 +=== Most useful module options === 
   * ''module list'': list the currently loaded modules   * ''module list'': list the currently loaded modules
   * ''module avail [mod_name]'': list the available modules (or only the ones with a name starting with ''mod_name'')   * ''module avail [mod_name]'': list the available modules (or only the ones with a name starting with ''mod_name'')
 +  * '' module avail -l 2>&1 | grep subname'': list the modules that have ''subname'' in their name, and their installation date
 +    * <wrap hi>This only works in a //bash// shell!</wrap> In a //tcsh// shell, start by invoking a //bash// shell with ''bash -l''
   * ''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 462: Line 471:
   * ''module purge'': remove all modules   * ''module purge'': remove all modules
  
-Detailed example:+=== Detailed example === 
 <code> > which ncview <code> > which ncview
 ncview: Command not found. ncview: Command not found.
Line 482: Line 492:
  
  > which ncdump  > which ncdump
-/usr/local/install/netcdf-4.3.2/bin/ncdump</code>+/usr/local/install/netcdf-4.3.2/bin/ncdump 
 + 
 + > bash -l 
 +    $ module avail -l 2>&1 | grep gcc 
 +binutils/2.43.1-gcc14-acc                            2025/01/27 21:09:36 
 +gcc/14.2.0-openacc                                   2025/01/24  8:11:14 
 +gcc/8.3.0                                            2021/04/21  8:27:35 
 +netcdf/4.9.2-gcc14-acc                               2025/01/27 22:02:57 
 +netcdf/4.9.2-gcc8                                    2024/06/05 20:49:36 
 +R/4.0.3-gcc8                                         2022/02/03 12:53:55</code>
  
 ===== Useful documentation for beginners ===== ===== Useful documentation for beginners =====
Line 560: Line 579:
       * Use ''[[#using_module_to_access_optional_programs|module]] load cdo'' on the LSCE and IPSL servers       * Use ''[[#using_module_to_access_optional_programs|module]] load cdo'' on the LSCE and IPSL servers
     * [[http://nco.sourceforge.net/#RTFM|netCDF Operator]] (//NCO// operators)     * [[http://nco.sourceforge.net/#RTFM|netCDF Operator]] (//NCO// operators)
-      * Use ''[[#using_module_to_access_optional_programs|module]] load cdo'' on the LSCE and IPSL servers+      * Use ''[[#using_module_to_access_optional_programs|module]] load nco'' on the LSCE and IPSL servers
  
  
other/newppl/starting.1753275964.txt.gz · Last modified: by jypeter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki