-
Notifications
You must be signed in to change notification settings - Fork 245
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
OpenMP fixes for MOM_diabatic_aus.F90 #551
OpenMP fixes for MOM_diabatic_aus.F90 #551
Conversation
adcroft
commented
Jul 7, 2017
- New variables needed to be added to openMP directives.
- (We should have the Travis compile use openMP to help catch these oversights).
- New variables needed to be added to openMP directives. - (We should have the Travis compile use openMP to help catch these oversights).
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.
I will do a compile of this change (by hand) shortly to verify that the code does compile with openMP turned on. I agree that enabling openMP in the Travis compile would be a very good idea, as this is the third or fourth such event of openMP compiles being broken in the last few weeks. |
- Last merge changes answers for circle_obcs - NOAA-GFDL/MOM6@13a0db7 Fix OpenMP in continuity_PPM - NOAA-GFDL/MOM6@b12996f *Merge branch 'ESMG-user/ksh/open_bc' into dev/gfdl - NOAA-GFDL/MOM6@ecf2f52 *Merge branch 'user/ksh/open_bc' of https://github.com/ESMG/MOM6 into ESMG-user/ksh/open_bc - NOAA-GFDL/MOM6@3c073b6 +Updating OBC ORLANSKI and OBLIQUE algorithms. - NOAA-GFDL/MOM6@8dc9bcc Merge pull request mom-ocean#561 from adcroft/avoid-segv-obc-hor-visc - NOAA-GFDL/MOM6@552dc4c Avoids a SEGV when OBC are not in use with bi-harmonic friction - NOAA-GFDL/MOM6@5a1ceb9 Undoing last commit to MOM_open_boundary. - NOAA-GFDL/MOM6@29cb063 Merge remote-tracking branch 'gfdl/dev/gfdl' into user/ksh/open_bc - NOAA-GFDL/MOM6@3768379 Merge pull request mom-ocean#560 from CarolineCardinale/dev/gfdl - NOAA-GFDL/MOM6@b04b271 Fix trailing spaces Fixed trailing spaces in coord_zlike. - NOAA-GFDL/MOM6@e0db258 (*) Rescale Regridding - NOAA-GFDL/MOM6@64787ce +Still more silly value fixes to OBCs. - NOAA-GFDL/MOM6@66de9ba Merge pull request mom-ocean#559 from adcroft/fix-doxy-errors - NOAA-GFDL/MOM6@baf4a82 Updated pip requirements.txt - NOAA-GFDL/MOM6@3dcf630 Merge branch 'fix-doxy-errors' into readthedocs - NOAA-GFDL/MOM6@c4b5043 Fixes to avoid errors when running doxygen on source - NOAA-GFDL/MOM6@7607675 Merge pull request mom-ocean#558 from CarolineCardinale/dev/gfdl - NOAA-GFDL/MOM6@4284075 Merge branch 'dev/gfdl' of https://github.com/NOAA-GFDL/MOM6 into dev/gfdl - NOAA-GFDL/MOM6@73a5428 Modification of OBLIQUE OBC. - NOAA-GFDL/MOM6@02e6e1d Merge remote-tracking branch 'remotes/gfdl/dev/gfdl' into user/ksh/open_bc - NOAA-GFDL/MOM6@27163ba Revert to ROMSish version of Raymond and Kuo OBC. - NOAA-GFDL/MOM6@30d292e Merge pull request mom-ocean#557 from adcroft/remove-blanket-h-initialization - NOAA-GFDL/MOM6@a036c3d Merge pull request mom-ocean#556 from adcroft/avoid-grid-building-on-land - NOAA-GFDL/MOM6@82fed8f Merge pull request mom-ocean#555 from adcroft/avoid-oob-hor-visc - NOAA-GFDL/MOM6@330fbb1 White-space. - NOAA-GFDL/MOM6@aec605c Avoid inviscid warning in single column mode - NOAA-GFDL/MOM6@de04db1 Avoids building grids on land points - NOAA-GFDL/MOM6@d596369 Restricts scaling/initialization of h to computational domain - NOAA-GFDL/MOM6@61f9a22 Avoid allocation/execution in horizontal_viscosity() - NOAA-GFDL/MOM6@375a8e5 Removed program listing - NOAA-GFDL/MOM6@2e79064 Return to orig w/o HTML - NOAA-GFDL/MOM6@122e550 Turned off gen-HTML and listings - NOAA-GFDL/MOM6@2dddfc8 Try to reduce RTD memory usage - NOAA-GFDL/MOM6@2de1803 Added Doxygen Comments - NOAA-GFDL/MOM6@9b914f2 Merge pull request mom-ocean#551 from adcroft/fix-openmp-diabatic-aux
* Update forcing.rst * add more detail to forcing.rst removing ambiguity about yaml format.