Changes between Version 29 and Version 30 of Doc/ComputingCenters/ESPRImesocenter


Ignore:
Timestamp:
02/13/20 14:50:56 (4 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/ComputingCenters/ESPRImesocenter

    v29 v30  
    146146 
    147147{{{ 
    148 #PBS -S  /bin/bash 
    149 #PBS -N  job_mpi8 
    150 ###PBS -q short 
    151 #PBS -j eo 
    152 #PBS -l nodes=1:ppn=8 
    153 #PBS -l walltime=00:15:00 
    154 #PBS -l mem=6gb 
    155 #PBS -l vmem=20gb 
     148###################### 
     149##   CICLAD    IPSL ## 
     150###################### 
     151#PBS -N test 
     152#PBS -m a 
     153#PBS -j oe 
     154###PBS -q h12   # Queue for 12 hours at ciclad only 
     155#PBS -o Script_Output 
     156#PBS -S /bin/ksh 
     157#PBS -v BATCH_NUM_PROC_TOT=32 
     158#PBS -l nodes=1:ppn=32 
     159#PBS -l mem=60gb 
     160#PBS -l vmem=200gb 
    156161 
    157 ulimit -s unlimited 
    158 module load netcdf4/4.2.1.1-ifort 
     162# Access to module command 
     163. /usr/share/Modules/init/ksh 
    159164 
    160 # Go to directory where the job was launched 
     165# Source module 
     166. /home/igcmg/.atlas_env_ciclad_ksh 
     167 
     168# Go to current folder and execute 
    161169cd $PBS_O_WORKDIR 
    162170 
    163 /usr/lib64/openmpi/1.4.5-ifort/bin/mpirun gcm.e > gcm.out 2>&1 
    164  
     171#time mpirun ./orchidee_ol 
     172time mpirun ./lmdz.x > lmdz.out 2>&1 
    165173}}} 
    166174