Last change
on this file since 1139 was
996,
checked in by aslmd, 12 years ago
|
LMDZ.GIANT R.I.P. (but moved def files in LMDZ.UNIVERSAL for the record). LMDZ.GENERIC added a mode in newstart to initialize with a 1D profile. added Ls in outputs. LMDZ.UNIVERSAL added def for saturn_tropo_strato
|
-
Property svn:executable set to
*
|
File size:
1.0 KB
|
Rev | Line | |
---|
[52] | 1 | #PBS -S /bin/bash |
---|
| 2 | #PBS -j oe |
---|
| 3 | #PBS -q infini |
---|
| 4 | ##PBS -q std |
---|
| 5 | ##PBS -q short |
---|
| 6 | #PBS -N JUPITER |
---|
| 7 | #PBS -l "nodes=1:ppn=8" |
---|
[996] | 8 | #PBS -l "mem=16gb" |
---|
[52] | 9 | ##PBS -l "nodes=2:ppn=8" |
---|
| 10 | ##PBS -l "nodes=2:ppn=12" |
---|
| 11 | ##PBS -l "nodes=1:ppn=12" |
---|
| 12 | ##PBS -l "nodes=1:ppn=2" |
---|
| 13 | ##PBS -l "nodes=2:ppn=4" |
---|
| 14 | ##PBS -l "nodes=1:ppn=12" |
---|
| 15 | |
---|
| 16 | ##PBS -l walltime=10:30,mem=320kb |
---|
| 17 | |
---|
| 18 | ######## openMP threads |
---|
| 19 | #cat $PBS_NODEFILE | sort | uniq > /tmp/coucou |
---|
| 20 | #cat /tmp/coucou |
---|
| 21 | #declare -x OMP_NUM_THREADS=4 |
---|
| 22 | #declare -x MP_STACK_SIZE=64000000 |
---|
| 23 | |
---|
| 24 | ####### prep run |
---|
| 25 | cd $PBS_O_WORKDIR |
---|
| 26 | #\rm *rsl.* 2> /dev/null |
---|
| 27 | #\rm wrfo* 2> /dev/null |
---|
| 28 | #\rm wrfi* 2> /dev/null |
---|
| 29 | #./ideal.exe |
---|
| 30 | #mv rsl.out.0000 ideal_rsl.out.0000 |
---|
| 31 | |
---|
| 32 | ####### run |
---|
| 33 | #mpirun yeye |
---|
| 34 | #mpirun wrf.exe |
---|
| 35 | |
---|
[996] | 36 | ulimit -s unlimited |
---|
[52] | 37 | |
---|
[996] | 38 | ##mpirun gcm_80x120x15_phylmd_para.e |
---|
| 39 | #mpirun gcm_48x36x19_phynophys_para.e |
---|
| 40 | ##mpirun gcm_160x240x15_phylmd_para.e |
---|
| 41 | |
---|
| 42 | mpirun gcm_80x120x15_phynophys_para.e |
---|
| 43 | |
---|
[52] | 44 | ################ |
---|
| 45 | |
---|
| 46 | ###PBS -l "nodes=2:ppn=8" |
---|
| 47 | |
---|
| 48 | #declare -x OMP_NUM_THREADS=4 |
---|
| 49 | #declare -x MP_STACK_SIZE=64000000 |
---|
| 50 | |
---|
| 51 | #mpirun wrf.exe |
---|
| 52 | |
---|
| 53 | ####PBS -m ae |
---|
| 54 | ####PBS -M spiga@lmd.jussieu.fr |
---|
| 55 | |
---|
Note: See
TracBrowser
for help on using the repository browser.