-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add GCHP config file for ESMF logging; turn off ESMF logging by default
This update has an accompanying update in MAPL to read config file ESMF.rc to retrieve the setting for ESMF_LogKind. Previously this was set at compilation time in GCHP and was hard-coded to write an ESMF log file for each thread upon error. There is currently a benign ESMF error triggered sometimes when monthly diagnostics are enabled, and that is the motivation for turning off ESMF logging by default, at least temporarily. Signed-off-by: Lizzie Lundgren <elundgren@seas.harvard.edu>
- Loading branch information
Showing
4 changed files
with
11 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
logKindFlag: ESMF_LOGKIND_NONE | ||
|
||
# ESMF_LOGKIND options for ESMF logging. Options include: | ||
# ESMF_LOGKIND_NONE - no ESMF logging | ||
# ESMF_LOGKIND_SINGLE - one log file (ESMF_LogFile) | ||
# ESMF_LOGKIND_MULTI - one log file per core (PET#.ESMF_LogFile) | ||
# ESMF_LOGKIND_MULTI_ON_ERROR - one log file per core if error (PET#.ESMF_LogFile)) |
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