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

Add support for linux/arm64 and linux/ppc64le for MPICH #565

Open
Tracked by #563
sheevy opened this issue Jun 9, 2023 · 7 comments
Open
Tracked by #563

Add support for linux/arm64 and linux/ppc64le for MPICH #565

sheevy opened this issue Jun 9, 2023 · 7 comments

Comments

@sheevy
Copy link
Contributor

sheevy commented Jun 9, 2023

Currently we support OpenMPI on amd64, arm64 and ppc64le, but Intel MPI and MPICH are only supported on amd64. It would be great if we had feature parity in that regard.

@sheevy sheevy mentioned this issue Jun 9, 2023
@alculquicondor
Copy link
Collaborator

Last time I checked, Intel MPI only worked in amd64 (the libraries cannot be found in other architectures).

@tenzen-y
Copy link
Member

tenzen-y commented Jun 9, 2023

If MPICH doesn't support other platforms, we can close this issue.

@tenzen-y
Copy link
Member

tenzen-y commented Jun 9, 2023

/retitle Add support for linux/arm64 and linux/ppc64le for MPICH

@alculquicondor alculquicondor changed the title Add support for linux/arm64 and linux/ppc64le for Intel MPI and MPICH Add support for linux/arm64 and linux/ppc64le for MPICH Jun 9, 2023
@sheevy
Copy link
Contributor Author

sheevy commented Jun 9, 2023

If MPICH doesn't support other platforms, we can close this issue.

I think it supports both amd64 and ppc64le, e.g. see: https://koji.mbox.centos.org/koji/buildinfo?buildID=20381

@tenzen-y tenzen-y mentioned this issue Jun 17, 2023
7 tasks
@tenzen-y
Copy link
Member

I confirmed the MPICH works on the linux/arm64 platform using ytenzen/mpi-pi:test-mpich.

$ kubectl get nodes --show-labels 
NAME                 STATUS   ROLES           AGE     VERSION   LABELS
kind-control-plane   Ready    control-plane   6m26s   v1.27.1   beta.kubernetes.io/arch=arm64,beta.kubernetes.io/os=linux,kubernetes.io/arch=arm64...

However, I can not confirm if the MPICH works on the linux/ppcle64 platform since I don't have the ppc64le environment.

@eero-t
Copy link

eero-t commented Sep 27, 2023

However, I can not confirm if the MPICH works on the linux/ppcle64 platform since I don't have the ppc64le environment.

As this is marked for release 0.5.0, maybe ARM is enough for that and PPC support can be split to a separate ticket / to come later ?

@tenzen-y
Copy link
Member

However, I can not confirm if the MPICH works on the linux/ppcle64 platform since I don't have the ppc64le environment.

As this is marked for release 0.5.0, maybe ARM is enough for that and PPC support can be split to a separate ticket / to come later ?

I agree. If you can verify the ppc64le, let me know the result.

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

No branches or pull requests

4 participants