Skip to content

Commit 996d63c

Browse files
committed
Fixed missing BENCHMARK_DIR
1 parent ee195ee commit 996d63c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

workflows/p3b1_mlrMBO/swift/theta_workflow.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ export EMEWS_PROJECT_ROOT=$( cd $( dirname $0 )/.. ; /bin/pwd )
1111

1212
# See README.md for more information
1313

14-
14+
# The directory in the Benchmarks repo containing P1B3
15+
BENCHMARK_DIR=$EMEWS_PROJECT_ROOT/../../../Benchmarks/Pilot3/P3B1
1516
# The number of MPI processes
1617
# Note that 2 processes are reserved for Swift/EMEMS
1718
# The default of 4 gives you 2 workers, i.e., 2 concurrent Keras runs

0 commit comments

Comments
 (0)