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

Set up your GitHub Actions workflow to use MPI

Results 2 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...