Skip to content

Commit 8dd90c6

Browse files
committed
Merge branch 'master' of https://github.com/ECP-CANDLE/Supervisor into rajeeja/rnd_grid
2 parents 01ce3fd + 78e27c6 commit 8dd90c6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

workflows/nt3_mlrMBO/scripts/theta_run_model.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ benchmark_timeout=$8
4747
export KMP_BLOCKTIME=30
4848
export KMP_SETTINGS=1
4949
export KMP_AFFINITY=granularity=fine,verbose,compact,1,0
50-
export OMP_NUM_THREADS=144
50+
export OMP_NUM_THREADS=128
5151

5252
export PYTHONHOME="/lus/theta-fs0/projects/Candle_ECP/ncollier/py2_tf_gcc6.3_eigen3_native"
5353
PYTHON="$PYTHONHOME/bin/python"

workflows/p2b1_mlrMBO/scripts/theta_run_model.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ benchmark_timeout=$7
5050
export KMP_BLOCKTIME=30
5151
export KMP_SETTINGS=1
5252
export KMP_AFFINITY=granularity=fine,verbose,compact,1,0
53-
export OMP_NUM_THREADS=144
53+
export OMP_NUM_THREADS=128
5454

5555
export PYTHONHOME="/lus/theta-fs0/projects/Candle_ECP/ncollier/py2_tf_gcc6.3_eigen3_native"
5656
PYTHON="$PYTHONHOME/bin/python"

workflows/p3b1_mlrMBO/scripts/theta_run_model.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ benchmark_timeout=$7
4545
export KMP_BLOCKTIME=30
4646
export KMP_SETTINGS=1
4747
export KMP_AFFINITY=granularity=fine,verbose,compact,1,0
48-
export OMP_NUM_THREADS=144
48+
export OMP_NUM_THREADS=128
4949

5050
export PYTHONHOME="/lus/theta-fs0/projects/Candle_ECP/ncollier/py2_tf_gcc6.3_eigen3_native"
5151
PYTHON="$PYTHONHOME/bin/python"

workflows/p3b1_mlrMBO/swift/cori_workflow3.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ PARAM_SET_FILE=${PARAM_SET_FILE:-$EMEWS_PROJECT_ROOT/data/parameter_set3.R}
5050
# Source some utility functions used by EMEWS in this script
5151
source "${EMEWS_PROJECT_ROOT}/etc/emews_utils.sh"
5252

53+
script_name=$(basename $0)
5354
if [ "$#" -ne 1 ]; then
54-
script_name=$(basename $0)
5555
echo "Usage: ${script_name} EXPERIMENT_ID (e.g. ${script_name} experiment_1)"
5656
exit 1
5757
fi
@@ -104,7 +104,7 @@ fi
104104
# for example, USER_VARS=("VAR_1" "VAR_2")
105105
USER_VARS=($CMD_LINE_ARGS)
106106
# log variables and script to to TURBINE_OUTPUT directory
107-
log_script
107+
log_script $EMEWS_PROJECT_ROOT/swift/$script_name
108108

109109
R_LIB=/global/homes/w/wozniak/Public/sfw/R-3.4.0/lib64/R/lib
110110
GCC_LIB=/opt/gcc/6.3.0/snos/lib64

0 commit comments

Comments
 (0)