Skip to content

Commit 7fc7e37

Browse files
committed
Allow using ecflow_start.sh for EMOS
Defining variable ECFLOW_ALLOW_LOCAL allows to circumvent the restriction of running ecFlow on the HPC Re ECFLOW-1991
1 parent 519ebee commit 7fc7e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ecflow_start.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
### Will start the ecflow_server in the background, using user id
2020
### to make a unique port number.
2121

22-
if [[ $(hostname) = a[a-d]?-*.bullx ]]; then
22+
if [[ $(hostname) = a[a-d]?-*.bullx && -z ${ECFLOW_ALLOW_LOCAL+x} ]]; then
2323
echo "To use an ecFlow server on the Atos HPC at ECMWF, please read instructions: https://confluence.ecmwf.int/display/UDOC/HPC2020%3A+Using+ecFlow"
2424
exit 0
2525
fi

0 commit comments

Comments
 (0)