Skip to content

Commit

Permalink
Update for Intel MPI 2021.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dalcinl committed Nov 18, 2024
1 parent 9c89691 commit 7f8cef1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cibw/install-mpi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Darwin-arm64-mpi31-openmpi) MPI_VERSION=4.0;;
*NT*-AMD64-mpi31-impi)
MPI_CHANNEL=conda-forge
MPI_PACKAGE=impi-devel
MPI_VERSION=2021.13.1
MPI_VERSION=2021.14.0
MPI_ROOT=${MPI_ROOT:-~/mpi}
;;
esac
Expand Down
4 changes: 2 additions & 2 deletions .cibw/setup-test.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
mpimap_linux = {
"mpi31-mpich": [
("mpich", ["3.2", "3.3", "3.4", "4.0", "4.1", "4.2"]),
("impi_rt", ["2021.10.0", "2021.13.1"]),
("impi_rt", ["2021.10.0", "2021.14.0"]),
],
"mpi31-openmpi": [
("openmpi", ["3.1", "4.0", "4.1", "5.0"]),
Expand Down Expand Up @@ -68,7 +68,7 @@
("msmpi", ["10.1.1"]),
],
"mpi31-impi": [
("impi_rt", ["2021.10.0", "2021.13.1"]),
("impi_rt", ["2021.10.0", "2021.14.0"]),
],
}
mpimap = {
Expand Down

0 comments on commit 7f8cef1

Please sign in to comment.