Replies: 1 comment 2 replies
-
Try this (I modified the
You can compile and run with
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am using this simple MPI C program to calculate Pi.
I would like to collect some information regarding the performance of each thread along with it's ID and elapsed time using PMPI.
I am a novice with MPI, and am unfamiliar with what this PMPI implementation might look like. Ideally this would take place all within the same file. Any guidance would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions