Skip to content

Commit

Permalink
Try msmpi on windows, having intelmpi issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidt0x committed Nov 14, 2024
1 parent 51e0917 commit ed095c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- uses: mpi4py/setup-mpi@v1
if: ${{ contains(matrix.os, 'windows') }}
with:
mpi: intelmpi
mpi: msmpi

# Else, use the default for the OS and setup-mpi action
- uses: mpi4py/setup-mpi@v1
Expand Down

0 comments on commit ed095c1

Please sign in to comment.