-
Notifications
You must be signed in to change notification settings - Fork 253
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add dependencies to CCPP metadata (#180)
Add the capability to specify dependencies for CCPP modules/DDTs/schemes in the scheme metadata. This allows us to remove the DDT/scheme dependency information from the CCPP prebuild config in fv3atm and only compile the dependencies and schemes that are used by the selected suite definition files. Until now, all schemes and scheme dependencies are compiled, regardless whether they are in use in any of the selected suites. Add compiler flags for gfortran-10 Don't run csawmg tests on Cheyenne, both crash with a "bus error"
- Loading branch information
Showing
11 changed files
with
1,163 additions
and
517 deletions.
There are no files selected for viewing
Submodule FV3
updated
8 files
+4 −3 | ccpp/CMakeLists.txt | |
+21 −169 | ccpp/config/ccpp_prebuild_config.py | |
+1 −1 | ccpp/framework | |
+1 −1 | ccpp/physics | |
+5 −0 | gfsphysics/CCPP_layer/CCPP_data.meta | |
+10 −0 | gfsphysics/CCPP_layer/CCPP_typedefs.meta | |
+3 −0 | gfsphysics/GFS_layer/GFS_typedefs.F90 | |
+371 −3 | gfsphysics/GFS_layer/GFS_typedefs.meta |
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.