Last change
on this file since 126 was
115,
checked in by aslmd, 14 years ago
|
LMD_LES_MARS: LES avec topo. Registry OK avec LES simple.
|
-
Property svn:executable set to
*
|
File size:
735 bytes
|
Rev | Line | |
---|
[115] | 1 | #PBS -S /bin/bash |
---|
| 2 | #PBS -j oe |
---|
| 3 | #PBS -q infini |
---|
| 4 | #PBS -N EXOMARS |
---|
| 5 | #PBS -l "nodes=1:ppn=8" |
---|
| 6 | ##PBS -l "nodes=4:ppn=4" |
---|
| 7 | ##PBS -l "nodes=2:ppn=4" |
---|
| 8 | ##PBS -l "nodes=1:ppn=12" |
---|
| 9 | |
---|
| 10 | ##PBS -l walltime=10:30,mem=320kb |
---|
| 11 | |
---|
| 12 | ######## openMP threads |
---|
| 13 | #cat $PBS_NODEFILE | sort | uniq > /tmp/coucou |
---|
| 14 | #cat /tmp/coucou |
---|
| 15 | #declare -x OMP_NUM_THREADS=4 |
---|
| 16 | |
---|
| 17 | #declare -x MP_STACK_SIZE=64000000 |
---|
| 18 | |
---|
| 19 | ####### prep run |
---|
| 20 | cd $PBS_O_WORKDIR |
---|
| 21 | \rm *rsl.* 2> /dev/null |
---|
| 22 | \rm wrfo* 2> /dev/null |
---|
| 23 | \rm wrfi* 2> /dev/null |
---|
| 24 | ./ideal.exe |
---|
| 25 | mv rsl.out.0000 ideal_rsl.out.0000 |
---|
| 26 | |
---|
| 27 | ####### run |
---|
| 28 | #mpirun yeye |
---|
| 29 | mpirun wrf.exe |
---|
| 30 | |
---|
| 31 | |
---|
| 32 | ################ |
---|
| 33 | |
---|
| 34 | ###PBS -l "nodes=2:ppn=8" |
---|
| 35 | |
---|
| 36 | #declare -x OMP_NUM_THREADS=4 |
---|
| 37 | #declare -x MP_STACK_SIZE=64000000 |
---|
| 38 | |
---|
| 39 | #mpirun wrf.exe |
---|
| 40 | |
---|
| 41 | ####PBS -m ae |
---|
| 42 | ####PBS -M spiga@lmd.jussieu.fr |
---|
| 43 | |
---|
Note: See
TracBrowser
for help on using the repository browser.