Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

INSTALL: mpirun not symlinked by firedrake-install #2980

Open
JDBetteridge opened this issue Jun 12, 2023 · 2 comments
Open

INSTALL: mpirun not symlinked by firedrake-install #2980

JDBetteridge opened this issue Jun 12, 2023 · 2 comments

Comments

@JDBetteridge
Copy link
Member

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:

  1. Install Firedrake and let PETSc build MPICH. (firedrake-install)
  2. 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

@adofarsi
Copy link

Is #3028 related to this issue?

@JDBetteridge
Copy link
Member Author

No, I will respond on 3028 though

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants