-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #610 from E3SM-Project/dqwu/perf_opt_conv_tool
This PR implements some key optimizations for the ADIOS conversion tool in SCORPIO: [Performance measurement] Added GPTL timers for performance tracking and hotspot identification. [Decomposition cache size increase] Expanded DECOMP_CACHE_MAX_SIZE from 5 to 64 to reduce overhead in cache management. [Default rearranger] Changed the default rearranger to REARR_ANY for better adaptability in rearranger selection. [Optimize hotspot Get() calls] Switched some hotspot Get() calls to Deferred mode to utilize optimized batch reads and used rank 0 for reads to reduce contention.
- Loading branch information
Showing
5 changed files
with
224 additions
and
45 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
Oops, something went wrong.