Skip to content

Commit

Permalink
add missing mpi_broadcast
Browse files Browse the repository at this point in the history
  • Loading branch information
Courtney Peverley committed Jul 10, 2024
1 parent 1a58f15 commit 67b0b21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/history/cam_hist_file.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1835,6 +1835,8 @@ subroutine read_namelist_entry(unitn, hfile_config, hist_inst_fields, &
masterprocid, mpicom, ierr)
call MPI_Bcast(hist_collect_patch_output, 1, MPI_LOGICAL, &
masterprocid, mpicom, ierr)
call MPI_Bcast(hist_write_nstep0, 1, MPI_LOGICAL, &
masterprocid, mpicom, ierr)
call MPI_Bcast(file_type, 1, MPI_INTEGER, masterprocid, mpicom, ierr)
call MPI_Bcast(hist_interp_grid, flen, MPI_CHARACTER, &
masterprocid, mpicom, ierr)
Expand Down

0 comments on commit 67b0b21

Please sign in to comment.