forked from E3SM-Project/E3SM
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to latest E3SM master #96
Closed
Closed
Conversation
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
Also, a little clean up.
Add metadata design doc to table of contents
Disable most linting until we have CMake build and modify clang-format style
added initial IO design docs for Omega - includes an IOStreams capability and a lower level IO interface - added the IO designs to the main doc index - modified requirement to include overwriting portions of a file, in response to review
- updated formatting to match OMEGA doc formatting - some minor changes in response to reviews - added another unit test - added the doc to the overall document index
* add OMEGA data types and YAKL arrays - includes source header defining all supported OMEGA data types - includes user and developer documentation sections - includes a unit test that tests both the expected size of standard types and the creation of YAKL host and device arrays - doxygen comments have been added - minor changes were made after review and linter results
Fix `.clang-format`
simplify clang format
initial cmake-based setup for Omega build * adds CMakeLists.txt files to build external libraries, Omega model and test * adds dummy source files as placeholders for Omega model and tests * Adds user-guide and developer-guide for Omega build --------- Co-authored-by: Xylar Asay-Davis <xylarstorm@gmail.com> Co-authored-by: Youngsung Kim <kimy@ornl.gov>
…ers (#26) add MachEnv code for MPI and other machine environment variables - includes source code and a unit test - includes sections for User and Developer guides
One code block is type `yaml`, not `yakl`. Sphinx doesn't understand type `vbnet` and I don't think this is correct for the CMAKE variable descriptions in any case.
Fix two small issues with the docs
This should fix "There was an issue sorting changed files from Github"
Update version of file-changes-action to 1.2.4
…omega0-sw Omega-0 Design Document: Requirements and Testing only This PR adds the design document for Omega-0, which will solve the shallow water equations with identical vertical layers and inactive tracers. It only includes the sections on Overview, Requirements, and Testing. Sections on Algorithmic Formulation and Design will be added in a subsequent PR.
This merge add the basic logging capabilities for Omega. These includes: * saving log in a log file in a build directory or to a user specified path. * Logging macros whose name starts with "LOG_" * Multiple logging levels: TRACE, DEBUG, INFO, WARN, WARN, ERROR, and CRITICAL * Custom log formatter for YAKL data types(experimental yet)
Adds the basic logging capabilities for Omega
Refactors the Omega build to collect build configurations from the E3SM case
Add auxiliary variables design document
ctest checks return code instead of PASS or FAIL output
Co-authored-by: Hyun-Gyu Kang <47987430+hyungyukang@users.noreply.github.com>
…omega0-time-stepping Time Stepping Design Doc
Initial SUM, MIN and MAX reductions
|
Argh. Tried to use the sync button on github that has worked in the past, but this doesn't look right...I'll close this and try again. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR updates the Omega fork to the latest E3SM master to bring in recent changes to E3SM infrastructure
Checklist
Fixes #54