forked from jmansour/scaling_scripts
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathparams.sh
More file actions
executable file
·24 lines (20 loc) · 927 Bytes
/
params.sh
File metadata and controls
executable file
·24 lines (20 loc) · 927 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/bin/bash
#export JOBS="1 2 3"
#export JOBS="6 8 10 12"
export JOBS="1 2 3 5 7 10"
#export JOBS="22 22"
export UW_NAME="t7-up99-UW217-Gadi"
export SCALING_TYPE=1 # 1=weak, 2=strong
export UW_MODEL="SolDB3d" # "SolDB3d" for dim3, though penalty method probably needed for q1.
export PICKLENAME=None #"SolDB3d_Gadi_1e-11.pickle" #"conv_test_results_high_res_tighter_take2.pickle" # set to "None" to disable conv testing
export UW_ENABLE_IO="0"
export WALLTIME="00:35:00"
export ACCOUNT="m18"
export QUEUE="normal" # normal or express
export UW_ORDER=1
export UW_DIM=3
export SCALING_BASE=32
# Test style - UW_MAX_ITS (+ve, recommended >100): Fixed work, (-ve): Accuracy (UW_SOL_TERANCE is used)
export UW_MAX_ITS=50 # set to negative for accuracy test, positive for fixed iterative work irrepective of result fidelity
export UW_SOL_TOLERANCE=1e-9
export UW_PENALTY=-1. # set to negative value to disable penalty