Release the MPI communicator.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(inout) | :: | mp_comm |
SUBROUTINE dbcsr_t_nd_mp_free(mp_comm)
!! Release the MPI communicator.
INTEGER, INTENT(INOUT) :: mp_comm
CALL mp_comm_free(mp_comm)
END SUBROUTINE dbcsr_t_nd_mp_free