The TELEMAC-MASCARET system  trunk
Functions/Subroutines
p_isum_array.F File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine p_isum_array (SEND_BUFFER, RECV_BUFFER, NCOUNT, IERR)
 

Function/Subroutine Documentation

◆ p_isum_array()

subroutine p_isum_array ( integer, dimension(ncount), intent(in)  SEND_BUFFER,
integer, dimension(ncount), intent(out)  RECV_BUFFER,
integer, intent(in)  NCOUNT,
integer, intent(out)  IERR 
)
Parameters
[in]ncountSEND_BUFFER Send buffer.
[out]RECV_BUFFERRecv buffer.
[in]NCOUNTSize if the buffers
[out]IERRReturn value of the mpi_function

Definition at line 7 of file p_isum_array.F.