Changes between Version 18 and Version 19 of Doc/ComputingCenters/ESPRImesocenter


Ignore:
Timestamp:
02/22/17 18:56:00 (7 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/ComputingCenters/ESPRImesocenter

    v18 v19  
    3636### How to define your environment ### 
    3737 
    38 To set up ferret and FAST tools, add the following line in your login file (e.g.  `/home/igcmg/.bashrc`) : 
     38To set up ferret and FAST tools and to load the modules needed for compilation of LMDZ, ORCHIDEE and XIOS, add the following line in your login file (e.g.  `/home/igcmg/.bashrc`) : 
    3939 
    4040{{{ 
     
    6161 
    6262'''To be checked before compilation''' 
    63  * Make sure following libraries are loaded in the terminal: intel/15.0.6.233 openmpi/1.4.5-ifort netcdf4/4.2.1.1-ifort. If this is not the case, load them as follow : 
     63 * Make sure following libraries are loaded in the terminal: '''intel/15.0.6.233 openmpi/1.4.5-ifort netcdf4/4.2.1.1-ifort''' (use "module liste" to see loaded modules). If this is not the case, load them as follow(use 1 of 2 options) : 
    6464{{{ 
     65source /home/igcmg/.atlas_env_ciclad_ksh 
     66# or 
    6567module unload intel openmpi netcdf4 
    6668module load intel/15.0.6.233 openmpi/1.4.5-ifort netcdf4/4.2.1.1-ifort