User/z1l/openmp#40
Merged
Merged
Conversation
…n core/MOM_PressureForce_analytic_FV.F90
Hallberg-NOAA
pushed a commit
that referenced
this pull request
Feb 1, 2018
fix monthly mean outputs
SMoorthi-emc
pushed a commit
to SMoorthi-emc/MOM6
that referenced
this pull request
Dec 14, 2020
…L-20201022 Feature/update to gfdl 20201022
MJHarrison-GFDL
pushed a commit
to MJHarrison-GFDL/MOM6
that referenced
this pull request
Jun 15, 2021
loisbaker
pushed a commit
to loisbaker/MOM6
that referenced
this pull request
Mar 16, 2026
…-switches per ACCESS-NRI/ACCESS-OM3#199 (mom-ocean#40) Co-authored-by: Dougie Squire <dougie.squire@anu.edu.au>
dougiesquire
added a commit
to claireyung/MOM6
that referenced
this pull request
May 29, 2026
…ean#15 and mom-ocean#40) * Add cmake build based on https://github.com/COSIMA/access-om3 There are two variations, the default is to build the mom6 standalone executable, the alternative is to build a library for access3 models (with https://github.com/ACCESS-NRI/access3-share as a dependency). Co-authored-by: Dougie Squire <dougie.squire@anu.edu.au> Co-authored-by: minghangli-uni <minghang.li1@anu.edu.au> Co-authored-by: Micael Oliveira <micael.oliveira@anu.edu.au> Co-authored-by: Jorge Galvez Vallejo <jorge.galvezvallejo@anu.edu.au>
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.
Implement Openmp in MOM_PressureForce_Montgomery.F90 and /MOM_PressureForce_analytic_FV.F90. Block data structure is used in /MOM_PressureForce_analytic_FV.F90 to get same performance as original code for 1 thread.