Skip to content

Commit

Permalink
Allow local ecFlow on HPC ECFLOW-1991
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosbento authored Jan 27, 2025
2 parents 519ebee + 7fc7e37 commit fef041c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ecflow_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
### Will start the ecflow_server in the background, using user id
### to make a unique port number.

if [[ $(hostname) = a[a-d]?-*.bullx ]]; then
if [[ $(hostname) = a[a-d]?-*.bullx && -z ${ECFLOW_ALLOW_LOCAL+x} ]]; then
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"
exit 0
fi
Expand Down

0 comments on commit fef041c

Please sign in to comment.