Skip to content

Commit 1fee8b7

Browse files
committed
intelmpi: Set I_MPI_SPAWN=1
1 parent c7adac1 commit 1fee8b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/intelmpi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
- name: Tweak MPI
5959
run: |
6060
# Tweak MPI
61+
echo "I_MPI_SPAWN=1" >> $GITHUB_ENV
6162
echo "I_MPI_SPIN_COUNT=1" >> $GITHUB_ENV
6263
echo "I_MPI_THREAD_YIELD=2" >> $GITHUB_ENV
6364
shell: bash

0 commit comments

Comments
 (0)