Skip to content
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

Fix DA serial compilation failure introduced in commit dba34646 #927

Merged
merged 1 commit into from
Jun 7, 2019

Conversation

jamiebresch
Copy link
Contributor

TYPE: bug fix

KEYWORDS: WRFDA, serial, compile

SOURCE: Jamie Bresch (NCAR)

DESCRIPTION OF CHANGES:
The error message of serial build:

da_vtox_transforms.f:44:26:
    use da_par_util, only : true_mpi_real, mpi_sum, comm
                           1
Error: Symbol 'true_mpi_real' referenced at (1) not found in module 'da_par_util'
da_vtox_transforms.f:44:41:
    use da_par_util, only : true_mpi_real, mpi_sum, comm
                                          1
Error: Symbol 'mpi_sum' referenced at (1) not found in module 'da_par_util'

The fix is to move the line of code
use da_par_util, only : true_mpi_real, mpi_sum, comm
inside #ifdef DM_PARALLEL.

ISSUE:
Fixes #923

LIST OF MODIFIED FILES:
modified: var/da/da_vtox_transforms/da_vtox_transforms.f90

TESTS CONDUCTED:
WRFDA builds for serial mode after the fix.

RELEASE NOTE: Fix WRFDA V4.1.1 serial compilation failure.

modified:   var/da/da_vtox_transforms/da_vtox_transforms.f90
@jamiebresch jamiebresch requested a review from a team as a code owner June 7, 2019 18:15
@liujake liujake merged commit a911bbf into wrf-model:release-v4.1.2 Jun 7, 2019
@jamiebresch jamiebresch deleted the fix_serial_build branch June 7, 2019 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants