Changes between Version 11 and Version 12 of Doc/Setup


Ignore:
Timestamp:
10/23/14 16:54:04 (10 years ago)
Author:
mafoipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Setup

    v11 v12  
    196196Note : (",") indicates that this component has no executable. It is defined in a library linked to another executable (e.g. Orchidee in LMDZOR or Inca in LMDZINCA).  
    197197 
    198 '''Example for coupled configuration''' : Atmosphere on 27 MPI process and 4 OMP threads per process, Ocean on 5 MPI process, IO Server on 1 MPI process. 
     198'''Example for an hybrid MPI/OpenMP simulation with LMDZ''' : Atmosphere on 32 MPI process and 4 OMP threads per process. 
     199{{{ 
     200#!sh 
     201[Executable] 
     202#D- For each component, Real name of executable, Name of executable in RUN_DIR directory, Number of MPI process, Number of OpenMP threads 
     203ATM= (gcm.e, lmdz.x, 32MPI, 4OMP) 
     204SRF= ("" ,"" ) 
     205SBG= ("" ,"" ) 
     206}}} 
     207 
     208'''Example for coupled configuration on curie''' : Atmosphere on 27 MPI process and 4 OMP threads per process, Ocean on 19 MPI process, IO Server on 1 MPI process. 
    199209{{{ 
    200210#!sh 
     
    204214SRF= ("" ,"" ) 
    205215SBG= ("" ,"" ) 
    206 OCE= (opa, opa.xx, 5MPI) 
     216OCE= (opa, opa.xx, 19MPI) 
    207217ICE= ("" ,"" ) 
    208218MBG= ("" ,"" )