File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
workflows/p3b1_mlrMBO/swift Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,9 @@ MODEL_NAME="p3b1"
44
44
# Source some utility functions used by EMEWS in this script
45
45
source " ${EMEWS_PROJECT_ROOT} /etc/emews_utils.sh"
46
46
47
+ script_name=$( basename $0 )
48
+
47
49
if [ " $# " -ne 1 ]; then
48
- script_name=$( basename $0 )
49
50
echo " Usage: ${script_name} EXPERIMENT_ID (e.g. ${script_name} experiment_1)"
50
51
exit 1
51
52
fi
102
103
# for example, USER_VARS=("VAR_1" "VAR_2")
103
104
USER_VARS=($CMD_LINE_ARGS )
104
105
# log variables and script to to TURBINE_OUTPUT directory
105
- log_script
106
+ log_script $EMEWS_PROJECT_ROOT /swift/ $script_name
106
107
107
108
LD_LIBRARY_PATH=/sw/xk6/deeplearning/1.0/sles11.3_gnu4.9.3/lib:/sw/xk6/deeplearning/1.0/sles11.3_gnu4.9.3/cuda/lib64:/opt/gcc/4.9.3/snos/lib64:/sw/xk6/r/3.3.2/sles11.3_gnu4.9.3x/lib64/R/lib
108
109
SWIFT=/lustre/atlas2/csc249/proj-shared/sfw/swift-t/stc/bin/swift-t
You can’t perform that action at this time.
0 commit comments