-
Notifications
You must be signed in to change notification settings - Fork 180
cmake cleanup in CCPP; cmake in FV3dycore #385
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
Closed
aerorahul
wants to merge
13
commits into
NOAA-EMC:develop
from
aerorahul:feature/cmake_only_in_dycore_of_emc
Closed
Changes from 11 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
479271d
update submodule pointer for dycore and branch of dycore
aerorahul dbd5958
first cut at cmakelists.txt
aerorahul e00ba3b
updates for dycore cmakelists.txt and submodule pointer
aerorahul e994854
CCPP cmake cleanup from Dom first round (#1)
climbfuji 8183df5
update submodule pointer to dycore
aerorahul 0d5994a
update submodule pointers for dycore, ccpp-framework and ccpp-physics
aerorahul ae61e0c
Merge branch 'develop' into feature/cmake_in_dycore_of_emc
aerorahul d121586
cmake only in dycore of emc for fv3atm
aerorahul 97f35f1
remove fv3ccpp install target from fv3atm and update dycore submodule…
aerorahul 8f008dd
update dycore pointer and install fv3ccpp
aerorahul 12ece47
update ccpp/physics submodule pointer
aerorahul a89df7b
removed commented line
aerorahul 2620c56
fix bug in dycore cmakelists
aerorahul File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
| @@ -1,4 +1,10 @@ | ||
| *.o | ||
| *.[aox] | ||
| *.mod | ||
| *.a | ||
| *.pyc | ||
|
|
||
| *.sw[a-p] | ||
| ~ | ||
|
|
||
| build/ | ||
| install/ | ||
|
|
This file contains hidden or 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 |
|---|---|---|
| @@ -1,12 +1,18 @@ | ||
| [submodule "atmos_cubed_sphere"] | ||
| path = atmos_cubed_sphere | ||
| url = https://github.com/NOAA-GFDL/GFDL_atmos_cubed_sphere | ||
| branch = dev/emc | ||
| path = atmos_cubed_sphere | ||
| #url = https://github.com/NOAA-GFDL/GFDL_atmos_cubed_sphere | ||
| #branch = dev/emc | ||
| url = https://github.com/aerorahul/GFDL_atmos_cubed_sphere | ||
| branch = feature/cmake_only_in_dycore_of_emc | ||
| [submodule "ccpp/framework"] | ||
| path = ccpp/framework | ||
| url = https://github.com/NCAR/ccpp-framework | ||
| branch = main | ||
| path = ccpp/framework | ||
| #url = https://github.com/NCAR/ccpp-framework | ||
| #branch = main | ||
| url = https://github.com/climbfuji/ccpp-framework | ||
| branch = ccpp_cmake_cleanup | ||
| [submodule "ccpp/physics"] | ||
| path = ccpp/physics | ||
| url = https://github.com/NCAR/ccpp-physics | ||
| branch = main | ||
| path = ccpp/physics | ||
| #url = https://github.com/NCAR/ccpp-physics | ||
| #branch = main | ||
| url = https://github.com/climbfuji/ccpp-physics | ||
| branch = ccpp_cmake_cleanup |
This file contains hidden or 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
Submodule atmos_cubed_sphere
updated
from 86177e to ec8a0f
This file contains hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.