mpi4py / setup-mpi

Set up your GitHub Actions workflow to use MPI
MIT License
27 stars 3 forks source link

feat: update Windows HPC version to 2024.1 #10

Closed hyoklee closed 2 months ago

hyoklee commented 2 months ago

This is the latest release.

dalcinl commented 2 months ago

I haven't done it just yet because latest Intel MPI has a bug (missing MPI_Status_c2f from the library) that breaks some ABI mpi4py tests. Nonetheless, IIRC, I already had to skip these tests in CI, so there is probably no point on bloking the update here.

PS: It is a bit annoying that Intel does not provide a latest URL to download from for Windows users.

dalcinl commented 2 months ago

Superseded by #11.

I cannot accept this PR. The purpose of actions/setup-mpi is to install just MPI, and not the full HPCkit package.