-
Notifications
You must be signed in to change notification settings - Fork 380
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'sbrus89/ocn/subgrid-openacc-fix' into next (PR #6472)
Fix OpenACC rountine issue for subgrid wetting and drying This PR moves a subgrid subroutine call out of a OpenACC parallel region to fix the compile problems noted in #6470. Since subgrid wetting and drying is strictly a MPAS-Ocean standalone feature, it should be fine for this code to remain CPU-only. This PR also fixes a couple issues in mpas_ocn_vmix.F: * An OpenACC bug related to the use of gang vector collapse(3) on a double nested loop with variable inner loop bounds. * A missing !$omp parallel region in a calculation for the config_use_gotm option. [BFB] -- mpas-ocean standalone only
- Loading branch information
Showing
2 changed files
with
38 additions
and
16 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