mpip2POP.py fails for non-concise mpiP reports #2
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The routine
get_times()
works only for reports which have been created with the flag "-c", i.e. concise reports.Apparently, only concise reports include the section "^@-+ Task Time Statistics".
Workaround: always add "-c" to MPIP environment variable.
Make-it-a-feature: Check header of mpiP report for "MPIP env var" and fail after informing user that "-c" is required.
Fix: For verbose reports get AppTime and MPITime from section "MPI Time (seconds)".