numericalalgorithmsgroup / pypop

Python Tools for the POP Metrics
https://numericalalgorithmsgroup.github.io/pypop/doc.html
Other
12 stars 5 forks source link

Set OpenMP times to zero for MPI traces so they work ok with hybrid metrics. #22

Closed Jonathan3145 closed 4 years ago

Jonathan3145 commented 4 years ago

Users will want to compare pure MPI performance versus MPI+OpenMP, hence ensure we set the following for MPI traces:

stats['OpenMP Total Runtime'] = 0 stats['OpenMP Useful Computation'] = 0