-
Notifications
You must be signed in to change notification settings - Fork 209
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/cime/save_timing_dir_projects' into master (PR #…
…1950) Limit performance archiving to specific projects on each system To allow for automatic performance archiving on ACME production platforms for ACME allocations without also forcing this on non-ACME allocations, add a new XML variable to config_machines.xml and env_run.xml: <SAVE_TIMING_DIR_PROJECTS>proj1,proj2</SAVE_TIMING_DIR_PROJECTS> If (a) PROJECT is one of the projects in this list and (b) SAVE_TIMING is true and (c) SAVE_TIMING_DIR is a legal location, then performance archiving into SAVE_TIMING_DIR will take place. Otherwise it will not. If the first element of the list is ANY, then any allocation will pass test (a). If SAVE_TIMING_DIR_PROJECTS is missing for a given machine in config_machines.xml, then no allocation will pass test (a). Fixes #1949 BFB * origin/worleyph/cime/save_timing_dir_projects: put SAVE_TIMING_DIR_PROJECTS in env_run.xml simplify implementation of is_save_timing_dir_project fix typo in comment in machines.py change logger.warning to logger.info modify logger output when archiving performance data Improve support for project-specific performance archiving
- Loading branch information
Showing
8 changed files
with
59 additions
and
17 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
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