We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 519ebee commit 7fc7e37Copy full SHA for 7fc7e37
tools/ecflow_start.sh
@@ -19,7 +19,7 @@
19
### Will start the ecflow_server in the background, using user id
20
### to make a unique port number.
21
22
-if [[ $(hostname) = a[a-d]?-*.bullx ]]; then
+if [[ $(hostname) = a[a-d]?-*.bullx && -z ${ECFLOW_ALLOW_LOCAL+x} ]]; then
23
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"
24
exit 0
25
fi
0 commit comments