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

MPICH question #477

Open
sheevy opened this issue Sep 21, 2022 · 2 comments
Open

MPICH question #477

sheevy opened this issue Sep 21, 2022 · 2 comments

Comments

@sheevy
Copy link
Contributor

sheevy commented Sep 21, 2022

I have a Docker image of my python program which calls into parallel version of meep (https://meep.readthedocs.io/en/latest/) which is compiled against the MPICH (pymeep package in conda-forge). I'd like to run it on the K8s using MPI-Operator. I see 3 possible paths:

  1. Extend MPI-Operator to support MPICH
  2. Recompile Parallel Meep to use OpenMPI
  3. This whole things won't work either way because of shenanigans of havin MPI enabled app inside conda environemnt in docker which is not supported.

Any advice which is better? Will it even work or am I doomed and I'll hit point 3 above?

@alculquicondor
Copy link
Collaborator

I have no idea whether it would work, but I would be happy to review a PR to support MPICH.

@sheevy sheevy mentioned this issue Oct 11, 2022
@tenzen-y tenzen-y mentioned this issue Jun 8, 2023
7 tasks
@tenzen-y
Copy link
Member

tenzen-y commented Jun 9, 2023

ref: pmodels/mpich#6209

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

Successfully merging a pull request may close this issue.

3 participants