forked from NCAR/ccpp-physics
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Resolve various subroutine argument mismatches #160
Merged
dustinswales
merged 41 commits into
ufs-community:ufs/dev
from
DusanJovic-NOAA:no_arg_mismatch
Mar 19, 2024
Merged
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
1c6c1d8
Resolve argument mismatch errors when using gfortran
DusanJovic-NOAA bd588f9
Merge remote-tracking branch 'origin/main' into no_arg_mismatch
DusanJovic-NOAA f5c5073
Merge remote-tracking branch 'origin/main' into no_arg_mismatch
DusanJovic-NOAA a90b957
Merge remote-tracking branch 'origin/main' into no_arg_mismatch
DusanJovic-NOAA 6c87d3e
Merge remote-tracking branch 'origin/main' into no_arg_mismatch
DusanJovic-NOAA 02eb368
Merge remote-tracking branch 'origin/main' into no_arg_mismatch
DusanJovic-NOAA 16ef7f2
Declare variables passed to w3nco library as double precission
DusanJovic-NOAA 696c0ea
More argument mismatch fixes
DusanJovic-NOAA 9da6d0e
Merge remote-tracking branch 'origin/main' into no_arg_mismatch
DusanJovic-NOAA 2686cd1
Merge remote-tracking branch 'origin/main' into no_arg_mismatch
DusanJovic-NOAA d1e061d
Merge branch 'ufs/dev' into no_arg_mismatch
DusanJovic-NOAA 3302938
Merge branch 'ufs/dev' into no_arg_mismatch
DusanJovic-NOAA af99a17
Merge branch 'ufs/dev' into no_arg_mismatch
DusanJovic-NOAA 92b8c85
If MPI is used, find package
climbfuji 6c34d5b
Merge branch 'no_arg_mismatch' of https://github.com/DusanJovic-NOAA/…
climbfuji f943d20
Fixed cmake if/endif mismatch
DusanJovic-NOAA 61e03a8
Merge remote-tracking branch 'origin/ufs/dev' into no_arg_mismatch
DusanJovic-NOAA 0df1328
Merge remote-tracking branch 'origin/ufs/dev' into no_arg_mismatch
DusanJovic-NOAA 8c83308
Merge remote-tracking branch 'origin/ufs/dev' into no_arg_mismatch
DusanJovic-NOAA 347d745
Use mpi_f08 in rrtmgp_lw_main and rrtmgp_sw_main
DusanJovic-NOAA 13c0276
Merge remote-tracking branch 'origin/ufs/dev' into no_arg_mismatch
DusanJovic-NOAA a372112
Merge remote-tracking branch 'origin/ufs/dev' into no_arg_mismatch
DusanJovic-NOAA a4054ff
Merge remote-tracking branch 'origin/ufs/dev' into no_arg_mismatch
DusanJovic-NOAA c2763f5
Merge remote-tracking branch 'origin/ufs/dev' into no_arg_mismatch
DusanJovic-NOAA b4cb573
Merge remote-tracking branch 'origin/ufs/dev' into no_arg_mismatch
DusanJovic-NOAA 37fd3fb
Merge remote-tracking branch 'origin/ufs/dev' into no_arg_mismatch
DusanJovic-NOAA 7307e1a
Merge remote-tracking branch 'origin/ufs/dev' into no_arg_mismatch
DusanJovic-NOAA bf68db2
Merge remote-tracking branch 'origin/ufs/dev' into no_arg_mismatch
DusanJovic-NOAA 53d394d
Merge remote-tracking branch 'origin/ufs/dev' into no_arg_mismatch
DusanJovic-NOAA 8e52a61
Merge remote-tracking branch 'origin/ufs/dev' into no_arg_mismatch
DusanJovic-NOAA 360a612
Update GFS_phys_time_vary.fv3.F90 to compile without '-fallow-argumen…
DusanJovic-NOAA ce64f1a
Merge remote-tracking branch 'origin/ufs/dev' into no_arg_mismatch
DusanJovic-NOAA c2f80ab
Merge remote-tracking branch 'origin/ufs/dev' into no_arg_mismatch
DusanJovic-NOAA 531cd86
Merge remote-tracking branch 'origin/ufs/dev' into no_arg_mismatch
DusanJovic-NOAA 47d4bff
Merge remote-tracking branch 'origin/ufs/dev' into no_arg_mismatch
DusanJovic-NOAA bac1994
Change the type of mpi communicator in few more files
DusanJovic-NOAA 8c68c2f
Fix mpi use statement
DusanJovic-NOAA dbef1a7
Merge remote-tracking branch 'origin/ufs/dev' into no_arg_mismatch
DusanJovic-NOAA bb9b90f
Update MPI find_package and check if MPI F08 module is supported
DusanJovic-NOAA 0cb5d97
Remove C from MPI find_package
DusanJovic-NOAA 94596b3
Merge remote-tracking branch 'origin/ufs/dev' into no_arg_mismatch
DusanJovic-NOAA 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 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
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
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.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The CCPP framework developers decided to remove the remaining
ifdef MPI
and associated build system logic to pass-DMPI
in a follow-up PR, since these changes would make your PR even larger.