Open
Description
Describe the error
mpiexec
is symlinked to the MPI that the Firedrake install script installs (or is pointed to), but not mpirun
and possibly other binaries in the mpi*/bin
directory.
Steps to Reproduce
Steps to reproduce the behaviour:
- Install Firedrake and let PETSc build MPICH. (
firedrake-install
) mpirun -n 2 python -c "from mpi4py import MPI; print(MPI.COMM_WORLD.rank, MPI.COMM_WORLD.size)"
Expected behavior
0 2
1 2
Error message
0 1
0 1
Environment:
- N/A
Additional context
@jshipton @tommbendall (re?)-discovered this bug