There was an error while loading. Please reload this page.
1 parent ea381eb commit caff369Copy full SHA for caff369
1 file changed
scripts/execute_runner.sh
@@ -7,14 +7,14 @@ export HOME
7
JOB_ID=$1
8
EE2_ENDPOINT=$2
9
10
-# Remove 'services.' from EE2_ENDPOINT if it exists
11
-EE2_ENDPOINT=${EE2_ENDPOINT/services./}
12
13
KBASE_ENDPOINT=$EE2_ENDPOINT
14
export KBASE_ENDPOINT
15
16
# Detect if we are running at NERSC and load some customization
17
if [ -e /global/homes/k/kbaserun/.local_settings ] ; then
+ # Remove 'services.' from EE2_ENDPOINT if it exists
+ EE2_ENDPOINT=${EE2_ENDPOINT/services./}
18
HOME=/global/homes/k/kbaserun
19
. "$HOME/.local_settings" "$JOB_ID" "$EE2_ENDPOINT"
20
fi
0 commit comments