Changes between Version 52 and Version 53 of Doc/Config/IPSLCM5A2


Ignore:
Timestamp:
12/01/19 18:00:54 (4 years ago)
Author:
aclsce
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Config/IPSLCM5A2

    v52 v53  
    172172Since we run with XIOS (server mode) as output library, '''the rebuild step is not needed anymore'''. 
    173173 
     174### Computing centres ### 
     175 
     176This configuration runs on TGCC-Irene-SKL and at IDRIS-!JeanZay. 
     177#### IDRIS-!JeanZay #### 
     178Because of !JeanZay architecture (computing nodes based on sockets of 20 cores), we advice you to use 2, 4, 5, 10 or 20 OpenMP threads for LMDZ-ORCHIDEE component. By default, the number of OpenMP threads defined in config.card is 8. To change that, you have to : 
     179 * edit and modify config.card as follows : 
     180{{{ 
     181#======================================================================== 
     182#D-- Executable - 
     183[Executable] 
     184#D- For each component, Real name of executable, Name of executable for oasis 
     185ATM= (gcm.e, lmdz.x, 35MPI, 10OMP) 
     186SRF= ("" ,"" ) 
     187SBG= ("" ,"" ) 
     188OCE= (opa, opa.xx, 48MPI) 
     189ICE= ("" ,"" ) 
     190MBG= ("" ,"" ) 
     191CPL= ("", "" ) 
     192IOS= (xios_server.exe, xios.x, 1MPI) 
     193}}} 
     194 
     195 * create the new job :  
     196{{{ 
     197../../libIGCM/ins_job 
     198}}} 
     199 * Modify `PARAM/namelist_ORCA2_cfg` 
     200{{{ 
     201   jpni        =   4       !  jpni   number of processors following i (set automatically if < 1) 
     202   jpnj        =  12       !  jpnj   number of processors following j (set automatically if < 1) 
     203   jpnij       =  48       !  jpnij  number of local domains (set automatically if < 1) 
     204}}}  
     205 * submit the job : sbatch Job_MYJOBNAME 
     206 
     207 
    174208# Tuning and evaluation of the model # 
    175209