quaquel / EMAworkbench

workbench for performing exploratory modeling and analysis
BSD 3-Clause "New" or "Revised" License
128 stars 90 forks source link

Test and update MPIEvaluator against mpi4py 4.0 #366

Open EwoutH opened 3 months ago

EwoutH commented 3 months ago

mpi4py 4.0 just released: https://github.com/mpi4py/mpi4py/releases/tag/4.0.0, which also includes support for the MPI-4.0 and MPI-4.1 standard.

We should update the MPIEvaluator (#299 and succeeding PRs) to be compatible with it.

For reference, DelftBlue currently has openmpi/4.1.1 and py-mpi4py/3.1.2 installed by default.