source: CONFIG_DEVT/IPSLCM6.5_work_ENSEMBLES/config/IPSLCM6/CM65-ENSEMBLES.01/ENSEMBLES/script_lmdz.x.ksh @ 5899

Last change on this file since 5899 was 5899, checked in by aclsce, 3 years ago

Modified libIGCM and configuration to run XIOS ensembles.

  • Property svn:executable set to *
File size: 381 bytes
Line 
1#!/bin/bash
2cd MEMBER_$MEMBER
3echo LMDZ MEMBER_$MEMBER > out_lmdz.x.out.${SLURM_PROCID}
4export KMP_STACKSIZE=3g
5export KMP_LIBRARY=turnaround
6export MKL_SERIAL=YES
7OMP_NUM_THREADS=2
8if [[ -z $DDT ]]
9then
10  ../lmdz.x >> out_lmdz.x.out.${SLURM_PROCID} 2>out_lmdz.x.err.${SLURM_PROCID}
11else
12 ddt-client  ../lmdz.x >> out_lmdz.x.out.${SLURM_PROCID} 2>out_lmdz.x.err.${SLURM_PROCID}
13fi
Note: See TracBrowser for help on using the repository browser.