Skip to content

Commit

Permalink
CI: Fixed build failure in PDAF
Browse files Browse the repository at this point in the history
  • Loading branch information
kvrigor committed May 13, 2024
1 parent f77066c commit 62667ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/csm_share/mct/seq_comm_mct.F90
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ subroutine comp_comm_init(driver_comm, comp_rootpe, comp_nthreads, comp_layout,
integer, intent(inout) :: count
integer, intent(in), optional :: drv_comm_id
#ifdef USE_PDAF
integer, intent(in), optional :: pdaf_ids
integer, intent(in), optional :: pdaf_id
integer, intent(in), optional :: pdaf_max
#endif
character(len=*), intent(in) :: name
Expand Down

0 comments on commit 62667ec

Please sign in to comment.