Skip to content

Commit

Permalink
Add mechanism to get rid of the workaround again in future
Browse files Browse the repository at this point in the history
  • Loading branch information
franzpoeschel committed Dec 7, 2023
1 parent f7976f1 commit 589cbdb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/mpirun_workaround.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
# This script provides a workaround by putting the called sub-command into
# a script in a temporary file.

mpiexec -n 1 ls --all \
&& echo "MPIRUN WORKING AGAIN, PLEASE REMOVE WORKAROUND" >&2 \
&& exit 1 \
|| true

mpirun_args=()

script_file="$(mktemp)"
Expand Down

0 comments on commit 589cbdb

Please sign in to comment.