Skip to content

fix(framework): add support for MPICH and IntelMPI implementations in MPI plugin - #4026

Open
yush-1018 wants to merge 1 commit into
kubeflow:masterfrom
yush-1018:fix/mpi-support-mpich-intel
Open

fix(framework): add support for MPICH and IntelMPI implementations in MPI plugin#4026
yush-1018 wants to merge 1 commit into
kubeflow:masterfrom
yush-1018:fix/mpi-support-mpich-intel

Conversation

@yush-1018

Copy link
Copy Markdown

What this PR does / why we need it

Adds runtime support for MPICH and IntelMPI implementations in the MPI framework plugin (pkg/runtime/framework/plugins/mpi/mpi.go).

Previously, only OpenMPI was handled, causing runtime failures (MPI implementation for MPICH doesn't supported) when setting mpiImplementation to MPICH or Intel.

Fixes #4025

Checklist

  • Code updated in pkg/runtime/framework/plugins/mpi/mpi.go
  • Unit tests added in pkg/runtime/framework/plugins/mpi/mpi_test.go
  • All tests passing

…PI plugin

Signed-off-by: Ayush Raj <light1ooo7710@gmail.com>
@google-oss-prow

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign electronic-waste for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@yush-1018 yush-1018 changed the title fix(runtime): add support for MPICH and IntelMPI implementations in MPI plugin fix(framework): add support for MPICH and IntelMPI implementations in MPI plugin Sep 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: Needs Triage

Development

Successfully merging this pull request may close these issues.

bug(runtime): Add support for MPICH and IntelMPI implementations in MPI plugin

1 participant