Changes between Version 66 and Version 67 of DevelopmentActivities/ORCHIDEE-CNP/howtoSPINAL


Ignore:
Timestamp:
2018-04-17T15:03:29+02:00 (6 years ago)
Author:
dgoll
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/ORCHIDEE-CNP/howtoSPINAL

    v66 v67  
    189189        #PBS -l nodes=1:ppn=1 
    190190}}} 
     191 
     192 
    191193make sure in config.card you told libIGCM to run ORCHIDEE with one execution unit (1MPI): 
    192194{{{ 
    193195OL= (orchidee_ol, orchidee_ol, 1MPI) 
    194196}}} 
     197 
    195198=== 1.6.2. simulations parallel mode === 
    196 specify a multiple of 8 for MPI in config.card and increase nodes and ppn in the Header of Job_. 
    197 see here howto use more processors (info for all machines):  
     199example for a global simulation and 64 processors 
     200config.card you told libIGCM to run ORCHIDEE with one execution unit (63MPI and xios with 1MPI): 
     201{{{ 
     202OL= (orchidee_ol, orchidee_ol, 64MPI) 
     203IOS= (xios_server.exe, xios.x, 1MPI) 
     204}}} 
     205 
     206{{{ 
     207###################### 
     208        ## OBELIX      LSCE ## 
     209        ###################### 
     210        #PBS -N test 
     211        #PBS -m a 
     212        #PBS -j oe 
     213        #PBS -q longp 
     214        #PBS -o Script_Output_test.000001 
     215        #PBS -S /bin/ksh 
     216        #PBS -v BATCH_NUM_PROC_TOT=64 
     217        #PBS -l nodes=8:ppn=8 
     218}}} 
     219 
     220see here more info how to use parallel processors (info for all machines):  
    198221[http://forge.ipsl.jussieu.fr/orchidee/wiki/Documentation/UserGuide/TestCaseBatch] 
     222 
     223 
    199224=== 1.6.4. other options in Jobfile === 
    200225