Closed grnydawn closed 2 months ago
Maybe this PR should also update the documentation to remove these lines, now that they aren't needed: https://github.com/E3SM-Project/Omega/blob/develop/components/omega/doc/devGuide/QuickStart.md?plain=1#L152-L154
Should now just be:
Omega includes several unit tests that run through CTest. The unit tests need to be run on a compute node.
Also, maybe we can delete UnitTest.yml
in this PR?
@xylar, I updated this PR by revising the documentation and removing UnitTests.yml. I have only tested this on Chrysalis, and all tests passed except for two tendency term tests, which seem unrelated to this PR.
Looks great! Thank you.
Default.yml is copied into two subdirectories under the Omega build directory:
The config subdirectory to support Polaris testing. The test subdirectory to support Omega ctests (renamed to omega.yml). Tested only on Chrysalis.
Checklist
closes #126