Changes between Version 31 and Version 32 of Doc/ComputingCenters/ESPRImesocenter


Ignore:
Timestamp:
03/03/20 05:36:19 (4 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/ComputingCenters/ESPRImesocenter

    v31 v32  
    7070The coupled models IPSLCM5 or IPSLCM6 have not been tested at Ciclad. 
    7171 
    72 '''To be checked before compilation''' 
     72'''To be checked before compilation if using v6.1 configurations or ORCHIDEE_2_0 offline version:'''[[BR]] 
     73When compiling using the main Makefile, the correct module environnement needs to be loaded before. Therefor check below. When using v6.2 and more recent configurations, the compilation script takes care of loading modules. 
    7374 * 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) : 
    7475{{{ 
     
    155156#PBS -o Script_Output 
    156157#PBS -S /bin/ksh 
    157 #PBS -v BATCH_NUM_PROC_TOT=32 
    158158#PBS -l nodes=1:ppn=32 
    159159#PBS -l mem=60gb 
    160160#PBS -l vmem=200gb 
    161161 
    162 # Access to module command 
    163 . /usr/share/Modules/init/ksh 
     162## To access module command 
     163source /usr/share/Modules/init/ksh 
    164164 
    165 # Source module 
    166 . /home/igcmg/.atlas_env_ciclad_ksh 
    167165 
    168 # Go to current folder and execute 
     166## Source same modules as used during compilation. See examples below depending on the configurations used. 
     167# For ORCHIDEE_3 and more recent offline versions or coupled v6.2 and more recent versions: 
     168#source ..../config/ORCHIDEE_OL/ARCH/arch-ifort_CICLAD.env 
     169#source ..../config/LMDZOR_v6/ARCH/arch-ifort_CICLAD.env 
     170# For ORCHIDEE_2_0, 2_1, 2_2 and coupled models v6.1.x: 
     171#source /home/igcmg/.atlas_env_ciclad_ksh 
     172 
     173## Go to current folder and execute 
    169174cd $PBS_O_WORKDIR 
    170175