source: CONFIG_DEVT/LMDZOR_V6.2_work_ENSEMBLES/RUN_DIR/script_lmdz.x.ksh @ 5497

Last change on this file since 5497 was 5496, checked in by ymipsl, 4 years ago

Add script.

YM

  • Property svn:executable set to *
File size: 212 bytes
Line 
1#!/bin/ksh
2
3rundir=ENSEMBLE_$1
4cd $rundir
5
6export KMP_STACKSIZE=3g
7export KMP_LIBRARY=turnaround
8export MKL_SERIAL=YES
9OMP_NUM_THREADS=8
10./lmdz.x > out_lmdz.x.out.${SLURM_PROCID} 2>out_lmdz.x.err.${SLURM_PROCID}
Note: See TracBrowser for help on using the repository browser.