Changes between Version 37 and Version 38 of Doc/Setup


Ignore:
Timestamp:
10/16/15 15:22:24 (9 years ago)
Author:
sdipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Setup

    v37 v38  
    113113 
    114114### The section [Executable] ###  
    115 This section contains one line for each model component giving the executable's name in the bin/ directory and the executable's name copied to the working directory. You should only change this section if your executable is running in parallel using MPI and OpenMP or if you have changed the executable's name.  
    116  
    117 Note : (",") 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).   
    118  
    119 '''Example of an old syntax (configuration < v5). LMDz will use !JobNumProcTot MPI processes. Using IPSLCM5_v5, NEMO will use 5 MPI processes and LMDz will use (!JobNumProcTot-5) MPI processes'''  
    120 {{{  
    121 #!sh  
    122 [Executable] 
    123 #D- For each component, Real name of executable, Name of executable for oasis, optional : number of MPI task, number of OpenMP thread.  
    124 ATM= (gcm.e, lmdz.x)  
    125 SRF= ("", "")  
    126 ...  
    127 }}}  
     115This section contains one line for each model component giving the executable's name in the bin/ directory, the executable's name copied to the working directory and resource specifications. You should only change this section if your executable is running in parallel using MPI and OpenMP or if you have changed the executable's name. 
     116 
     117Note : (",") 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). 
    128118 
    129119'''Example for an MPMD MPI execution with NEMO and XIOS''' : Ocean on 127 MPI processes and IO Server on 1 MPI processes.