Skip to content

Commit 11b5927

Browse files
committed
make QUEUE overwritable
1 parent 1dae23c commit 11b5927

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

workflows/nt3_mlrMBO/swift/theta_workflow.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export PROCS=${PROCS:-320}
2323
# Cori has 32 cores per node, 128GB per node
2424
export PPN=${PPN:-1}
2525

26-
export QUEUE="default"
26+
export QUEUE=${QUEUE:-default}
2727
export WALLTIME=${WALLTIME:-05:00:00}
2828

2929

workflows/p2b1_mlrMBO/swift/theta_workflow.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export PROCS=${PROCS:-10}
2424
export PPN=${PPN:-1}
2525

2626

27-
export QUEUE="default"
27+
export QUEUE=${QUEUE:-default}
2828
export WALLTIME=${WALLTIME:-02:00:00}
2929

3030
# mlrMBO settings

workflows/p3b1_mlrMBO/swift/theta_workflow.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export PROCS=${PROCS:-10}
2323
export PPN=${PPN:-1}
2424

2525

26-
export QUEUE="default"
26+
export QUEUE=${QUEUE:-default}
2727
export WALLTIME=${WALLTIME:-02:00:00}
2828

2929
# mlrMBO settings

0 commit comments

Comments
 (0)