Skip to content

Commit

Permalink
Add check in again
Browse files Browse the repository at this point in the history
  • Loading branch information
franzpoeschel committed Jun 7, 2024
1 parent 72a465c commit ed25000
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/mpirun_workaround.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
# This script provides a workaround by putting the called sub-command into
# a script in a temporary file.

ls="$(which ls)"
mpiexec "$ls" -m \
&& echo "MPIRUN WORKING AGAIN, PLEASE REMOVE WORKAROUND" >&2 \
&& exit 1 \
|| true

mpirun_args=()

script_file="$(mktemp)"
Expand Down

0 comments on commit ed25000

Please sign in to comment.