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

3.0: fix support for MPIEXEC_TIMEOUT #2018

Merged
merged 1 commit into from
Oct 1, 2024
Merged

Conversation

minrk
Copy link

@minrk minrk commented Oct 1, 2024

linter fix for comparison of int to uint resulted in MPIEXEC_TIMEOUT env being ignored. Affects openmpi >=5.0.3: open-mpi/ompi#12837

Regression introduced in the non-cherry-picked commit 7948675 in #1979 here to satisfy devel-check.

master already had this fix for this warning in #1940 here, this PR makes 3.0x match master.

bot:notacherrypick

@minrk minrk force-pushed the mpiexec_timeout branch 3 times, most recently from 1bd5638 to c7e6041 Compare October 1, 2024 10:03
linter fix for comparison of int to uint resulted in MPIEXEC_TIMEOUT env being ignored

Signed-off-by: Min RK <benjaminrk@gmail.com>

bot:notacherrypick
@rhc54
Copy link
Contributor

rhc54 commented Oct 1, 2024

Took a while to figure out what was going on here, but I think I finally understand what happened and why this isn't a simple cherry-pick. Thanks!

@rhc54 rhc54 merged commit 289e6ab into openpmix:v3.0 Oct 1, 2024
15 checks passed
@minrk minrk deleted the mpiexec_timeout branch October 2, 2024 06:48
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 this pull request may close these issues.

2 participants