Reduce optimization for GFS_diagnostics.F90#18
Merged
climbfuji merged 1 commit intoNov 21, 2017
Conversation
reduces compilation time and eliminates compile failure for Intel >17.x M modified: makefile
hannahcbarnes
pushed a commit
to hannahcbarnes/ccpp-physics
that referenced
this pull request
Apr 7, 2020
* fv3atm issue NCAR#37: fix the real(8) lat/lon in netcdf file * fv3atm NCAR#35: Reducing background vertical diffusivities in the inversion layers * fv3atm NCAR#24: bug in gfsphysics/physics/moninedmf_hafs.f * fv3atm NCAR#18: Optimize netcdf write component and bugfix for post and samfdeepcnv.f * set (0-1) bounds for ficein_cpl * remove cache_size due to lower netcdf verion 4.5.1 on mars * Change ice falling to 0.9 in gfsphysics/physics/gfdl_cloud_microphys.F90
hannahcbarnes
pushed a commit
to hannahcbarnes/ccpp-physics
that referenced
this pull request
Apr 28, 2020
…bdhpbl Correction: Diag%hpbl => Tbd%hpbl
climbfuji
referenced
this pull request
in climbfuji/ccpp-physics
Apr 28, 2020
Bug fixes to 3D diagnostic tendencies (based on #18)
grantfirl
pushed a commit
that referenced
this pull request
May 25, 2022
Fix scm specified surface flux bug
uturuncoglu
pushed a commit
to uturuncoglu/ccpp-physics
that referenced
this pull request
Dec 5, 2022
Update to parametric values in prognostic convection for GFSv17
matusmartini
pushed a commit
to matusmartini/ccpp-physics
that referenced
this pull request
Jan 23, 2026
…actions (NCAR#18) 1. Add support for LLVM clang/clang++/flang. Because LLVM has an intrinsic Fortran module mersenne_twister, I had to rename the ccpp-physics module. It was also necessary to ifdef out certain OpenMP sections for LLVM, similar to GNU. 2. Run basic checks in GitHub actions with LLVM modulefile on Atlantis. This required cherry-picking 171d3af from the authoritative repository and fixing an non-ascii character in cu_gf_deep.F90.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR addresses a compile failure of GFS_diagnostics.F90 with Intel > 17.x by reducing the optimization from the standard value (-O2) to -O0. Because right now the routine is computationally inexpensive, an attempt to try -O1 has not been made.
Edit: A try to compile with -O1 also failed on Cheyenne using the Intel 17 compiler.
M modified: makefile