Changeset 4163 for dynamico_lmdz/guided/Data/job_interpolation_camelot.sh
- Timestamp:
- Oct 17, 2019, 6:27:03 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dynamico_lmdz/guided/Data/job_interpolation_camelot.sh
r4159 r4163 3 3 #PBS -q day 4 4 #PBS -n 5 #PBS -l nodes=1:ppn= 85 #PBS -l nodes=1:ppn=64 6 6 #PBS -l walltime=20:30:00 7 7 #PBS -l mem=120gb … … 9 9 10 10 #####comment:PBS -l mem=31922327552,ncpus=60 11 #Jobs start in the HOME directory, cd to submitted directory12 11 cd "$PBS_O_WORKDIR" 13 12 … … 34 33 35 34 36 export OMP_NUM_THREADS=137 export OMP_STACKSIZE=128M35 #export OMP_NUM_THREADS=1 36 #export OMP_STACKSIZE=128M 38 37 ulimit -s unlimited 39 38 40 39 module load python/2.7-anaconda50 41 40 python vertical_interpolation_camelot.py >> vertical_interpolation.log 42 #mpirun -np 40 -cpus-per-proc $OMP_NUM_THREADS -bycore -bind-to-core -report-bindings ./gcm.exe >> gcm.log43 #gdb ./gcm.exe >> gcm.log44 41 45 42
Note: See TracChangeset
for help on using the changeset viewer.