Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
treviallen committed Jun 28, 2021
1 parent 96c39d4 commit 86a3af0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jobs/run_oq_model_high_mem.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
# Build run_<model>.sh
outlines = '#PBS -P w84\n'
outlines += '#PBS -q normal\n' # for high-memory jobs
outlines += '#PBS -l storage=scratch/w84\n'
outlines += '#PBS -l storage=normal/w84\n'
outlines += '#PBS -l walltime=%s\n' % params['walltime']
outlines += '#PBS -l ncpus=%s\n' % params['ncpus']
outlines += '#PBS -l mem=%s\n' % params['mem']
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
ncpus = 1008
mem = 8400GB
mem = 4000GB
walltime = 10:00:00
jobfs = 5000GB
sandpit_path = /short/w84/NSHA18/sandpit/
sandpit_path = /scratch/w84/NSHA18/sandpit/
model_rel_path = NSHA2018/source_models/complete_model/final/
shared_rel_path = NSHA2018/shared
gsim_lt_filename = NSHA18_Aus_GMPE_75thp_logic_tree_cal_power_p0.4_simplified_July18.xml
model_output_base = /short/w84/NSHA18/PSHA_modelling/NSHA_Production_June18/complete_model/PGA
model_output_base = /scratch/w84/NSHA18/PSHA_modelling/NSHA_Production_June18/complete_model/PGA
job_file = job_maps_PGA_nofaults.ini
job_type = maps_nofaults

0 comments on commit 86a3af0

Please sign in to comment.