Next: Changes in Data Structures
Up: Code Change
Previous: Code Change
We need to record three time fields. The minimum, average and maximum of the time values for all mpi calls compressed in a node. Since MPI programs may be fairly fast, we need to be able to store in these fields timing values of a fairly high resolution. I used the microsecond resolution for recording the time. The timing values were stored in long integers relative to the start of the program.
Blazing Demon
2006-11-30