Skip to content

Commit 6fe8049

Browse files
committed
Additional fixes for running p2b1 on Cori with tensorflow
1 parent 3a904af commit 6fe8049

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

workflows/p2b1_mlrMBO/python/test/run_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ export PYTHONPATH="$THIS/..:$BENCHMARK_DIR:$COMMON_DIR"
88

99
echo $PYTHONPATH | tr : '\n' | nl
1010

11-
KERAS_BACKEND="theano" python $THIS/test.py
11+
python $THIS/test.py

workflows/p2b1_mlrMBO/python/test/run_test_app_invoke.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ BENCHMARK_DIR=../../../../../Benchmarks/Pilot2/P2B1
55
COMMON_DIR=../../../common/python
66
export PYTHONPATH="$PWD/..:$BENCHMARK_DIR:$COMMON_DIR"
77

8-
KERAS_BACKEND="theano" python ../p2b1_runner.py ./params.json ./ keras
8+
python ../p2b1_runner.py ./params.json ./ keras

workflows/p2b1_mlrMBO/swift/cori_workflow3.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,4 @@ set -x
113113
WORKFLOW_SWIFT=workflow3.swift
114114
swift-t -n $PROCS $MACHINE -p -I $EQR -r $EQR \
115115
-e LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$R_LIB:$GCC_LIB \
116-
-e KERAS_BACKEND=$KERAS_BACKEND \
117116
$EMEWS_PROJECT_ROOT/swift/$WORKFLOW_SWIFT $CMD_LINE_ARGS

0 commit comments

Comments
 (0)