-
Notifications
You must be signed in to change notification settings - Fork 130
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
Bugfix/mpi wtime profiler #317
Conversation
Fixes #312. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like all the other MPI calls are guarded by checks for a NULL
comm, so I think this will resolve the issue but we should add a CI test with MPI and profiling enabled to test this as well.
I need to add a unit test which does a sleep or something to verify the timer is giving the value we would expect. |
Take a look at the |
The CI is failing with
Maybe there's a misplaced |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple minor changes, otherwise this looks good to me
I have addressed #139 in this too so that all of the unit tests can build on Windows. |
Updated `SUNProfiler` to note rely on `MPI_WTime`. Fixes #312 --------- Co-authored-by: David Gardner <[email protected]>
Updated `SUNProfiler` to note rely on `MPI_WTime`. Fixes #312 --------- Co-authored-by: David Gardner <[email protected]>
Todo: