From 86a3af0b52fe51470754291700f9a985b5177e2a Mon Sep 17 00:00:00 2001 From: treviallen Date: Mon, 28 Jun 2021 17:12:02 +1000 Subject: [PATCH] updates --- jobs/run_oq_model_high_mem.py | 2 +- .../complete_model/final/params_maps_PGA_himem_nofaults.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/jobs/run_oq_model_high_mem.py b/jobs/run_oq_model_high_mem.py index a191446d..d091db53 100755 --- a/jobs/run_oq_model_high_mem.py +++ b/jobs/run_oq_model_high_mem.py @@ -100,7 +100,7 @@ # Build run_.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'] diff --git a/source_models/complete_model/final/params_maps_PGA_himem_nofaults.txt b/source_models/complete_model/final/params_maps_PGA_himem_nofaults.txt index e220c43c..7dc5ed81 100644 --- a/source_models/complete_model/final/params_maps_PGA_himem_nofaults.txt +++ b/source_models/complete_model/final/params_maps_PGA_himem_nofaults.txt @@ -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