Changes between Version 15 and Version 16 of Doc/env/TgccCurie


Ignore:
Timestamp:
12/08/14 15:24:37 (10 years ago)
Author:
mafoipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/env/TgccCurie

    v15 v16  
    224224[[NoteBox(note,Hybrid version are only available with _v6 configurations, 600px)]] 
    225225 
    226 To launch a job on XXX MPI tasks and YYY threads OMP on each task  
    227  
    228 * first you need to modify your config.card 
    229 {{{ 
    230 ATM= (gcm.e, lmdz.x, 24MPI, 2OMP) 
     226To launch a job on XXX (27) MPI tasks and YYY (4) threads OMP for LMDZ, ZZZ (19) MPI tasks for NEMO and SSS (1) XIOS servers : 
     227 
     228* first you need to modify your config.card if required. By default, on curie, this is working for IPSLCM6_rc0 (IPSLCM6A_VLR) : 
     229{{{ 
     230ATM= (gcm.e, lmdz.x, 27MPI, 4OMP) 
    231231SRF= ("" ,"" ) 
    232232SBG= ("" ,"" ) 
    233 OCE= (opa, opa.xx  , 7MPI) 
     233OCE= (opa, opa.xx  , 19MPI) 
    234234ICE= ("" ,"" ) 
    235235MBG= ("" ,"" ) 
     
    243243#MSUB -e Script_Output_MyCoupledJob.000001    # error output 
    244244#MSUB -eo 
    245 #MSUB -n XXX * YYY                        # Number of cores 
    246 #MSUB -N (XXX * YYY) / 16                 # Number of nodes (16 cores per node) 
     245#MSUB -n 128                       # Number of cores (XXX * YYY + ZZZ + SSS) 
    247246#MSUB -x                                  # exclusive node 
    248247#MSUB -E '--cpu_bind=none' 
     
    251250#MSUB -A gen*** 
    252251}}} 
    253  
    254  
    255252 
    256253