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

MPI_Wtime relative to MPI_Init #12958

Merged
merged 1 commit into from
Dec 11, 2024

Conversation

bosilca
Copy link
Member

@bosilca bosilca commented Dec 3, 2024

Issue #12953 identified an issue with MPI_Wtime taking the first call as the source of relative timing. This patch moves the timing root early in the MPI initialization (sessions or world model).

Fixes #12953.

Issue open-mpi#12953 identified an issue with MPI_Wtime taking the first call
as the source of relative timing. This patch moves the timing root
early in the MPI initialization (sessions or world model).

Fixes open-mpi#12953.

Signed-off-by: George Bosilca <[email protected]>
@bosilca bosilca force-pushed the topic/wtime_based_on_mpi_init branch from 63a5106 to c0b371b Compare December 3, 2024 20:37
@bosilca bosilca merged commit a75d285 into open-mpi:main Dec 11, 2024
15 checks passed
@bosilca bosilca deleted the topic/wtime_based_on_mpi_init branch December 11, 2024 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MPI_Wtime initialization can be faulty and lead to 0.0 being returned during one second
2 participants