source: trunk/MESOSCALE/LMD_MM_MARS/SIMU/DEF/tests_newphyslesfast/launch @ 1291

Last change on this file since 1291 was 1291, checked in by aslmd, 10 years ago

MESOSCALE. enf of cleaning the DEF folder.

  • Property svn:executable set to *
File size: 724 bytes
Line 
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=2:ppn=4"
7##PBS -l "nodes=1:ppn=12"
8
9##PBS -l walltime=10:30,mem=320kb
10
11######## openMP threads
12#cat $PBS_NODEFILE | sort | uniq > /tmp/coucou
13#cat /tmp/coucou
14#declare -x OMP_NUM_THREADS=4
15
16#declare -x MP_STACK_SIZE=64000000
17
18####### prep run
19#cd $PBS_O_WORKDIR
20#\rm  *rsl.* 2>  /dev/null
21#\rm  wrfo*  2>  /dev/null
22#\rm  wrfi*  2>  /dev/null
23#./ideal.exe
24#mv rsl.out.0000 ideal_rsl.out.0000
25
26####### run
27#mpirun yeye
28mpirun -np 4 wrf.exe &
29
30
31################
32
33###PBS -l "nodes=2:ppn=8"
34
35#declare -x OMP_NUM_THREADS=4
36#declare -x MP_STACK_SIZE=64000000
37
38#mpirun wrf.exe
39
40####PBS -m ae
41####PBS -M spiga@lmd.jussieu.fr
42
Note: See TracBrowser for help on using the repository browser.