-
Notifications
You must be signed in to change notification settings - Fork 360
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'jgfouca/scripts/add_titan_to_nightlies' into next (PR #302
) Significant refactor to support titan in our ACME scripts. 1) Add more informative defaults where possible. Instead of defaulting to None and computing the real default later, try to compute the real default before options are parsed so it can be presented. 2) Compiler now needs to be taken as an options for most ACME scripts since it affects where baselines are. 3) The subdirectory from baseline_root where baselines live is now $ROOT/$COMPILER/$BRANCH instead of $ROOT/$BRANCH. This will make life much easier on machines that have several supported compilers for ACME. 4) Change default project for titan to cli115. The default should match what the acmetest account uses to run ACME. 5) Fix significant problems in acme scripts regression tests. 5.a) Errors were being hidden due to trying to supported threaded and non-threaded execution of a subprocess within the same function. These have been split out so this doesn't happen again. 5.b) Check dashboard results in wait_for_tests regr tests. 5.c) Slight changes to jenkins_generic_job testing due to recent change to CDash build groups. 6) Changes to CESG create_test to have better support for namelist-only mode. Baselines on all ACME machines will need to be moved. [BFB]
- Loading branch information
Showing
10 changed files
with
236 additions
and
213 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.