Description
Hi,
for the heat library, 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 we have not been able to update the action to v1.3.1 because our tests fail when trying to update, as you see in this PR. As far as we can tell, there is no change in the MPI version between the runs using [email protected] and v1.3.1. Both use OpenMPI 1.4.6
, and the output from ompi_info --all
is exactly the same as far as we can tell.
We have not been able to recreate the errors on our systems, installing the same MPI version and the other dependencies and running our tests, so we have not been able to properly debug the errors.
Here are links to the pipelines running on 1.3.1, and one running on 1.2.0.
We would really appreciate your input into solving this issue. Let us know if you need any further information.
Best,
Juan