-
Notifications
You must be signed in to change notification settings - Fork 7
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
Changes for CICECORE load balance #626
Conversation
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.
This has been tested with zero-diff results.
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.
@aoloso would you please add some documentation (preferably inline, in GEOSagcm_GridComp/GEOSphysics_GridComp/GEOSsurface_GridComp/GEOSsaltwater_GridComp/BufferPacking.h and in GEOSagcm_GridComp/GEOSphysics_GridComp/GEOSsurface_GridComp/GEOSsaltwater_GridComp/BufferUnpacking.h) to describe what is:
- purpose
- how it is being accomplished
If you do not like to add that in the code, please have it in the PR "comments" section.
Thank you!
I believe this requires GEOS-ESM/MAPL#1650, right? If so, we should block this until a new MAPL is released. |
@mathomp4, yes, it depends on that one. DNA label added. |
@sanAkel |
@aoloso, since LB_ON is zero-diff with LB_OFF but runs faster, how about making ON as default in the code? Could you do that? |
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.
Thank you @aoloso
I support this request! |
@sanAkel I made it "TRUE" by default in this pull request. It was "FALSE" by default only for development when working off of "aogcm" branch. |
Okay. MAPL 2.25 has been released: https://github.com/GEOS-ESM/MAPL/releases/tag/v2.25.0 I suppose what is next is to have someone try this code with that tag. I'll make a PR to GEOSgcm to get MAPL 2.25 in there. |
Changes were made to CICECORE in GEOS_CICE4ColumnPhysGridComp.F90 for load balancing.