Skip to content

Percent time for MPI functions #497

Answered by daboehme
drmichaeltcvx asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @drmichaeltcvx ,

The percent total column would be for the total program time, including non-MPI time, across all processes. However it looks like non-MPI time (that's the row without a label) was only 0.63% of the total time, which is rather low.

Judging from the high average and max times and the low minimum time in MPI_Barrier() and MPI_Comm_dup() it looks like most processes were stuck in those collective calls waiting for just one or a just few processes to complete, so there seems to be some serious load imbalance in the program.

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
3 replies
@drmichaeltcvx
Comment options

@daboehme
Comment options

@drmichaeltcvx
Comment options

Answer selected by drmichaeltcvx
Comment options

You must be logged in to vote
2 replies
@daboehme
Comment options

@drmichaeltcvx
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants