Changes between Version 11 and Version 12 of Doc/ComputingCenters/LSCE


Ignore:
Timestamp:
03/03/20 05:18:43 (4 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/ComputingCenters/LSCE

    v11 v12  
    5454#PBS -j oe 
    5555#PBS -q medium 
    56 #PBS -o Script_Output_SECHSTOM.000001 
     56#PBS -o Script_Output 
    5757#PBS -S /bin/ksh 
    58 #PBS -v BATCH_NUM_PROC_TOT=4 
    59 #PBS -l nodes=1:ppn=4 
     58#PBS -l nodes=1:ppn=8 
    6059 
     60 
     61## First source following to acces the command module under ksh 
     62source /usr/share/Modules/init/ksh 
     63 
     64## Source same modules as used during compilation. See examples below depending on the configurations used. 
     65# For ORCHIDEE_3 and more recent offline versions or coupled v6.2 and more recent versions: 
     66#source ..../config/ORCHIDEE_OL/ARCH/arch-ifort_LSCE.env 
     67#source ..../config/LMDZOR_v6/ARCH/arch-ifort_LSCE.env 
     68# For ORCHIDEE_2_0, 2_1, 2_2 and coupled models v6.1.x: 
     69#source /home/orchideeshare/igcmg/MachineEnvironment/obelix/env_atlas_obelix 
     70 
     71## Go to current folder and execute 
    6172cd $PBS_O_WORKDIR 
    62 mpirun -np ${BATCH_NUM_PROC_TOT} orchidee_ol 
     73time mpirun orchidee_ol 
    6374}}} 
    6475