Compiler option for GCHP load balance in chemistry#532
Open
lizziel wants to merge 1 commit intodev/no-diff-to-benchmarkfrom
Open
Compiler option for GCHP load balance in chemistry#532lizziel wants to merge 1 commit intodev/no-diff-to-benchmarkfrom
lizziel wants to merge 1 commit intodev/no-diff-to-benchmarkfrom
Conversation
82d6639 to
3216f28
Compare
yantosca
requested changes
Feb 9, 2026
Contributor
yantosca
left a comment
There was a problem hiding this comment.
Looks good but we need a CHANGELOG.md update.
55c0e55 to
2904178
Compare
…lt=on To turn off, build with -DMPI_LOAD_BALANCE=n Signed-off-by: Lizzie Lundgren <elundgren@seas.harvard.edu>
8f5214d to
654920b
Compare
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.
Name and Institution (Required)
Name: Lizzie Lundgren
Institution: Harvard University
Describe the update
Add CMake option for turning MPI load balancing on/off. It will be on by default. Turn off by building with:
-DMPI_LOAD_BALANCE=nThere is a companion PR with this update:
geoschem/geos-chem#3015
Expected changes
MPI_LOAD_BALANCE will appear in the messages during the configure stage indicating whether it is on or off. GCHP chemistry will be faster with it on (default). I find the benchmark simulation to be 20% faster on the Harvard Cannon cluster using 96 cores.
Reference(s)
None
Related Github Issue