source: CONFIG_DEVT/IPSLCM6.2.2_ENSEMBLES/config/IPSLCM6/LMDZOR622-ENSEMBLES.01/ENSEMBLES/script_lmdz.x.ksh @ 6246

Last change on this file since 6246 was 6246, checked in by aclsce, 20 months ago

Added LMDZOR experiment within XIOS ensembles infrastructure.

  • 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=8
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.