Adding MPI parallelization to CFBM#2315
Merged
islas merged 13 commits intowrf-model:release-v4.8.0from May 5, 2026
Merged
Conversation
Collaborator
|
@pedro-jm I think it may be worth adding a Otherwise, this looks fairly clean! |
Contributor
Author
|
@islas I just pushed the README.cfbm. I also mentioned one needs to compile with cmake and put some info on how to do it. |
dudhia
reviewed
Apr 23, 2026
Collaborator
|
Not sure why this regtest has not completed yet. |
Collaborator
Collaborator
|
The regression test results: |
dudhia
reviewed
Apr 28, 2026
dudhia
approved these changes
May 5, 2026
islas
approved these changes
May 5, 2026
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.
TYPE: bug fix
KEYWORDS: MPI parallelization with CFBM
SOURCE: Pedro Jimenez (NCAR/RAL)
DESCRIPTION OF CHANGES:
Problem:
MPI parallelization with CFBM only run with 1 MPI task.
It also adds the bilinear interpolation of atmospheric variables in the fire grid.
Solution:
We have allowed for parallelization using multiple MPI tasks.
ISSUE: N/A
LIST OF MODIFIED FILES:
M Registry/Registry.EM_COMMON
A doc/README.cfbm
M dyn_em/module_first_rk_step_part1.F
M dyn_em/start_em.F
M phys/fire_behavior
M share/module_check_a_mundo.F
TESTS CONDUCTED:
We run test with 1, 2, and 3 MPI tasks and we get bit for bit results
Are the Jenkins tests all passing? Yes
Test Type | Expected | Received | Failed
= = = = = = = = = = = = = = = = = = = = = = = = = = = =
Number of Tests : 23 24
Number of Builds : 60 57
Number of Simulations : 158 150 0
Number of Comparisons : 95 86 0
Failed Simulations are:
None
Which comparisons are not bit-for-bit:
None
RELEASE NOTE: Allowing for multiple MPI tasks when running the Community Fire Behavior model