Changes between Version 49 and Version 50 of Doc/ComputingCenters/IDRIS


Ignore:
Timestamp:
10/10/19 16:21:09 (5 years ago)
Author:
rpennel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/ComputingCenters/IDRIS

    v49 v50  
    2626 * We recommend to follow the example of the rpsl035 login's environment which is in bash. Don't use the default .bash_profile but use instead the ~rpsl035/.bash_login file. Copy this file to your home and remove the default .bash_profile.  
    2727{{{ 
    28 ryyy999@ada: rm $HOME/.bash_profile 
    29 ryyy999@ada: cp ~rpsl035/.bash_login $HOME/. 
     28ryyy999@jean-zay: rm $HOME/.bash_profile 
     29ryyy999@jean-zay: cp /gpfswork/rech/psl/commun/MachineEnvironment/jeanzay/bash_login $HOME/.bash_login 
    3030}}} 
    31  * The .bash_login file sources the file /smphome/rech/psl/rpsl035/.atlas_env_ada_intel_2013_0_bash which loads libraries and post processing tools needed on our platform such as: 
     31 * The .bash_login file sources the file /gpfswork/rech/psl/commun/MachineEnvironment/jeanzay/env_jeanzay which loads libraries and post processing tools needed on our platform such as: 
    3232{{{ 
    33 module load netcdf (currently netcdf/seq/4.1.3 in interactive mode)  
    34 module load ferret/6.85 
    35 module load nco/4.4.6 
    36 module load cdo/1.6.5 
     33module load netcdf/4.7.0/intel-19.0.4-mpi 
     34module load nco/4.7.9/intel-19.0.4-mpi 
     35module load ncview/2.1.7/intel-19.0.4-mpi 
    3736}}} 
    38  * Avoid messages displayed when connecting on Ada and Ergon. Do the following tests: 
    39    * Make sure that the command rsh ergon pwd returns a unique line with the HOME on Ada.  
    40 {{{ 
    41 ryyy999@ada: rsh ergon pwd 
    42 /arch/home/rech/yyy/ryyy999 
    43 }}} 
    44    * Make sure the copy of a file using rcp works properly in the two directions. The following test transfers the file '''a''' containing the date: 
    45 {{{ 
    46 ryyy999@ada: date > a ; rcp a ergon: 
    47 }}} 
    48  * Transfers !Ada/Ergon must be done with mfget/mfput.  
    4937 * For esgf/thredds access, use the command mfdods on Ergon. This creates the link (24h after the first time) visible here: http://prodn.idris.fr/thredds/catalog/ipsl_public/catalog.html 
    5038{{{