Skip to content

Save start and end timestamps for allgatherv#199

Open
gvallee wants to merge 5 commits into
masterfrom
topic/allgatherv_start_end_timestamps
Open

Save start and end timestamps for allgatherv#199
gvallee wants to merge 5 commits into
masterfrom
topic/allgatherv_start_end_timestamps

Conversation

@gvallee
Copy link
Copy Markdown
Owner

@gvallee gvallee commented Dec 13, 2023

No description provided.

gvallee and others added 5 commits December 12, 2023 23:58
In MPI_Init, MPI_Init_thread and then regularly during the execution
(predefined frequency on the specific collective on MPI_COMM_WORLD) we
synchronize the processes such that the clock drift is minimized.

Signed-off-by: George Bosilca <gbosilca@nvidia.com>
The destructor flushes the data, but in a normal scenario (where the
application correctly calls MPI_Finalize before) this happens after
the logger has been released leading to segfaults. Protect the call,
only save the data if we have a valid logger.

Signed-off-by: George Bosilca <gbosilca@nvidia.com>
…tamps

Add support for the MPIX_HARMONIZE extension.
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