kubeflow / kubeflow/mpi-operator

Not compatible with openmpi 5.0

Open
#842 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
535
Forks
238
Avg merge
2d 3h
Merged PRs (30d)
10

Description

OpenMPI has removed [ORTE and replaced it with PRTE in 5.0](https://docs.open-mpi.org/en/v5.0.0/news/news-v5.0.x.html). The old environment variables used such as `OMPI_MCA_orte_default_hostfile` need to be migrated to their `prte` equivalents such as `PRTE_MCA_prte_default_hostfile` if that is to be used from now on.

Contributor guide

Open the contributing guide

Research direction

Start by locating where OMPI_MCA_orte_default_hostfile and related ORTE environment variables are handled. Compare those settings with the PRTE equivalents required by OpenMPI 5.0, then verify that the operator's MPI configuration works with the newer release. Done means OpenMPI 5.0 no longer encounters the removed ORTE variable names.

Written by the indexing model from the issue text.

Assessment

Tech stack
go, kubernetes
Domain
distributed-systems
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.