-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
unified logging infrastructure (#1426)
* start moved to unified logging lib * new core logging lib * gen and use config header * gen config fix * simplify, more error checking and more tests * add close to test * wire init of new logging, keep old marcos wired * add test for logging * add test srouce * prevent use of bad comm if user forgot to pass one * windows fix and typo fix * add ascent_logging lib to mk config * msg and log rank options and mpi log tests * address comments and a few tweaks
- Loading branch information
Showing
38 changed files
with
1,812 additions
and
38 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,9 +12,11 @@ and this project aspires to adhere to [Semantic Versioning](https://semver.org/s | |
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
|
||
### Added | ||
- Added a new unified logging infrastructure. | ||
- Added support for unstructured topologies with mixed elements types (for example, hexs and tets). | ||
- Added support for `pyramid` and `wedge` elements. | ||
- Added `sphere`, `cylinder`, `box`, and `plane` options to the slice filter. | ||
|
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.