File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
workflows/p3b1_mlrMBO/swift Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ PARAM_SET_FILE=${PARAM_SET_FILE:-$EMEWS_PROJECT_ROOT/data/parameter_set3.R}
50
50
# Source some utility functions used by EMEWS in this script
51
51
source " ${EMEWS_PROJECT_ROOT} /etc/emews_utils.sh"
52
52
53
+ script_name=$( basename $0 )
53
54
if [ " $# " -ne 1 ]; then
54
- script_name=$( basename $0 )
55
55
echo " Usage: ${script_name} EXPERIMENT_ID (e.g. ${script_name} experiment_1)"
56
56
exit 1
57
57
fi
104
104
# for example, USER_VARS=("VAR_1" "VAR_2")
105
105
USER_VARS=($CMD_LINE_ARGS )
106
106
# log variables and script to to TURBINE_OUTPUT directory
107
- log_script
107
+ log_script $EMEWS_PROJECT_ROOT /swift/ $script_name
108
108
109
109
R_LIB=/global/homes/w/wozniak/Public/sfw/R-3.4.0/lib64/R/lib
110
110
GCC_LIB=/opt/gcc/6.3.0/snos/lib64
You can’t perform that action at this time.
0 commit comments