setup-mpi icon indicating copy to clipboard operation
setup-mpi copied to clipboard

Set up your GitHub Actions workflow to use MPI

Results 3 setup-mpi issues
Sort by recently updated
recently updated
newest added

Hi there, Thanks very much for a wonderfully helpful Github Action! I was wondering what the compiler command is when on Windows. I've tried ```bash mpicc mpic++ mpicxx ``` but...

Hi, for the [heat library](https://github.com/helmholtz-analytics/heat), we use both ```mpi4py``` and the ```setup-mpi``` action. Firstly, thanks for the great work! We use the ```setup-mpi``` to run our tests on GitHub, but...

Apparently, Microsoft released version 10.1.3 of MSMPI in June 2023: https://learn.microsoft.com/en-us/message-passing-interface/microsoft-mpi-release-notes Would it be possible that this new version gets installed by this action?