-
Notifications
You must be signed in to change notification settings - Fork 230
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
User/z1l/openmp #60
User/z1l/openmp #60
Conversation
Zhi, Evidently I need a patch to mpp to make this branch work. I thought everything would be in tikal_201409?
|
Hi Alistair, Yes, it need the following shared code update. Thanks, Zhi On Fri, Sep 26, 2014 at 10:46 AM, Alistair Adcroft (GFDL) <
|
I don't see this at https://github.com/CommerceGov/NOAA-GFDL-FMS. We need the patch to be available for external users before I can add it to dev/master otherwise they'll be stuck. Can you add it there? |
Currently I am the only one that can make modifications to github FMS. I On Friday, September 26, 2014, Alistair Adcroft (GFDL) <
Seth Underwood Modeling Services Group (609) 452-5847 Office |
I have put the CVS tag ulm_block_z1l under the git branch Seth Underwood Modeling Services Group (609) 452-5847 Office On Fri, Sep 26, 2014 at 4:39 PM, Seth Underwood - NOAA Affiliate <
|
I just tried this branch again and have several failures when not using openmp:
|
Hi Alistair, I will take a look. Zhi On Thu, Oct 9, 2014 at 10:25 AM, Alistair Adcroft (GFDL) <
|
Hi Alistair, There is a careless index bug in MOM_memory_macros.h and I just fixed it Greetings, Zhi On Thu, Oct 9, 2014 at 10:44 AM, Zhi Liang - NOAA Affiliate <
|
Hi Alistair, This bug only cause problem when number of points in y-direction Zhi On Thu, Oct 9, 2014 at 2:04 PM, Zhi Liang - NOAA Affiliate <
|
…_cvmix Double diffusion cvmix + additional updates
Implement Openmp by using block structure.
The following shared codes update are needed,
cvs up -r ulm_block_z1l shared/mpp/include/mpp_domains_define.inc
cvs up -r ulm_block_z1l shared/mpp/mpp_domains.F90
The following files are changed.
src/core/MOM_PressureForce_Montgomery.F90
src/core/MOM_PressureForce_analytic_FV.F90
src/core/MOM_barotropic.F90
src/core/MOM_grid.F90
src/diagnostics/MOM_diagnostics.F90
src/equation_of_state/MOM_EOS.F90
src/equation_of_state/MOM_EOS_Wright.F90
src/equation_of_state/MOM_EOS_linear.F90
src/framework/MOM_domains.F90
src/framework/MOM_memory_macros.h
Zhi