Unverified Commit 910d74f5 authored by Ryan McCormick's avatar Ryan McCormick Committed by GitHub
Browse files

fix: Add mpi arg to all srun commands (#5948)

parent 16956ac6
......@@ -41,6 +41,7 @@ fi
# the stdout/stderr to files.
echo "Launching frontend services in background."
srun \
--mpi pmix \
--overlap \
--container-image "${IMAGE}" \
--container-mounts "${MOUNTS}" \
......
......@@ -44,6 +44,7 @@ fi
# the stdout/stderr to files.
echo "Launching frontend services in background."
srun \
--mpi pmix \
--overlap \
--container-image "${IMAGE}" \
--container-mounts "${MOUNTS}" \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment