numericalalgorithmsgroup / pypop

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

"Number of Processes": isn't necessarily number of processes #15

Closed Jonathan3145 closed 4 years ago

Jonathan3145 commented 4 years ago

metrics = {"Number of Processes": sum(metadata.procs_per_node)} stores number of threads, not number of processes, so needs fixing. Also recommend storing number of threads per process.