FEniCS / dolfinx

Next generation FEniCS problem solving environment
https://fenicsproject.org
GNU Lesser General Public License v3.0
696 stars 172 forks source link

demo test: default mpiexec to mpiexec #3242

Closed minrk closed 1 month ago

minrk commented 1 month ago

mpiexec is part of the mpi standard, mpirun is not, so mpiexec seems like a more logical default.

Shouldn't make a difference just about anywhere, but e.g. intel mpi on windows doesn't provide mpirun.