Application Performance Snapshot User's Guide for Linux* OS
Key: -t [--mpi_time_per_rank]
This chart shows the time each rank spent in MPI operations.
| MPI Time per Rank |--------------------------------------------------------- | Rank LifeTime(sec) MPITime(sec) MPITime(%) |--------------------------------------------------------- 0001 482964 396396 82.0756 0000 477183 387175 81.1378 |========================================================= | TOTAL 960146 783571 81.6095 | AVG 480073 391785 81.6095
Columns |
|
---|---|
Rank |
Rank number |
LifeTime(sec) |
Total execution time of the rank (in seconds) |
MPITime(sec) |
Time spent in MPI functions (in seconds) |
MPITime(%) |
Percentage of the MPI time in the application lifetime |
Rows |
|
TOTAL |
Total values for the LifeTime(sec) and MPITime(sec) columns, average value for the MPITime(%) column |
AVG |
Average values for all columns |