Ignore:
Timestamp:
Oct 17, 2019, 6:27:03 PM (5 years ago)
Author:
jisesh
Message:

guided: Improved input data preperation from CAMELOT data sets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dynamico_lmdz/guided/Data/job_interpolation_camelot.sh

    r4159 r4163  
    33#PBS -q day
    44#PBS -n
    5 #PBS -l nodes=1:ppn=8
     5#PBS -l nodes=1:ppn=64
    66#PBS -l walltime=20:30:00
    77#PBS -l mem=120gb
     
    99
    1010#####comment:PBS -l mem=31922327552,ncpus=60
    11 #Jobs start in the HOME directory, cd to submitted directory
    1211cd "$PBS_O_WORKDIR"
    1312
     
    3433
    3534
    36 export OMP_NUM_THREADS=1
    37 export OMP_STACKSIZE=128M
     35#export OMP_NUM_THREADS=1
     36#export OMP_STACKSIZE=128M
    3837ulimit -s unlimited
    3938
    4039module load python/2.7-anaconda50
    4140python 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.log
    43 #gdb ./gcm.exe >> gcm.log
    4441
    4542
Note: See TracChangeset for help on using the changeset viewer.