-
Notifications
You must be signed in to change notification settings - Fork 383
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'worleyph/utils/timing_lib_and_instr_update' (PR #92)
a) enabling perf_mod to enable/disable GPTL timer calls The perf_mod wrapper on the GPTL timing library control the enabling/disabling of t_startf/t_stopf calls in a number of ways. However, this control does not currently extend to direct calls of the underlaying GPTLstart/stop routines. This modification corrects this, allowing, for example, GPTL-instrumented versions of Trilinos to have timers enabled/disabled in the same way as in the rest of ACME. b) updating timing events and associated logic in drv, pio, and cam Recent updates changed the logical structure of the driver routines, necessitating corresponding changes in the performance timing logic. Performance experiments have also identified the utility of some additional timers in the PIO library. Finally, Filled another hole in the timer coverage of potentially significant performance events (prim_printstate). Only changes performance timing data output [BFB] PG-59, PG-57
- Loading branch information
Showing
7 changed files
with
124 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters