Skip to content

Commit 6cd21ce

Browse files
committed
Merge branch 'master' of github.com:ECP-CANDLE/Supervisor
2 parents 77ccdee + 11b5927 commit 6cd21ce

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
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/p2b1_mlrMBO/swift/workflow3.swift

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,14 @@ string exp_id = argv("exp_id");
2121

2222
string code_template =
2323
"""
24+
import os
25+
outdir = '%s'
26+
os.environ['THEANO_FLAGS']="base_compiledir={}".format(outdir)
27+
2428
import p2b1_runner
25-
import json, os
29+
import json
2630
import theano
2731
28-
outdir = '%s'
29-
theano.config.base_compiledir = outdir
30-
3132
if not os.path.exists(outdir):
3233
os.makedirs(outdir)
3334

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)