@@ -24,9 +24,8 @@ module m_mpi_common
2424 $:GPU_DECLARE(create= ' [v_size]' )
2525
2626 real (wp), private, allocatable, dimension (:) :: buff_send !< Primitive variable send buffer for halo exchange
27- real (wp), private, allocatable, dimension (:) :: buff_recv !< Primitive variable receive buffer for halo exchange
28-
29- !! Variables for EL bubbles communication
27+ !> Primitive variable receive buffer for halo exchange Variables for EL bubbles communication
28+ real (wp), private, allocatable, dimension (:) :: buff_recv
3029 type(int_bounds_info) :: comm_coords(3 )
3130 integer :: comm_size(3 )
3231 !> q_beta indices to communicate: 1 = void fraction, 2 = d(beta)/ dt, 5 = energy source
@@ -1316,10 +1315,10 @@ contains
13161315 real (wp) :: tmp_num_procs_x, tmp_num_procs_y, tmp_num_procs_z
13171316 real (wp) :: fct_min !< Processor factorization (fct) minimization parameter
13181317 integer :: MPI_COMM_CART !< Cartesian processor topology communicator
1319- integer :: rem_cells !< Remaining cells after distribution among processors
1320- integer :: recon_order !< WENO or MUSCL reconstruction order
1321- integer :: i, j, k !< Generic loop iterators
1322- integer :: ierr !< Generic flag used to identify and report MPI errors
1318+ integer :: rem_cells !< Remaining cells after distribution among processors
1319+ integer :: recon_order !< WENO or MUSCL reconstruction order
1320+ integer :: i, j, k !< Generic loop iterators
1321+ integer :: ierr !< Generic flag used to identify and report MPI errors
13231322
13241323 ! temp array to store neighbor rank coordinates
13251324 integer , dimension (1 :num_dims) :: neighbor_coords
0 commit comments