source: trunk/LMDZ.GIANT/deftank/launch @ 565

Last change on this file since 565 was 134, checked in by aslmd, 14 years ago

CHANGEMENT ARBORESCENCE ETAPE 1 -- NON COMPLET

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