dbcsr_t_nd_mp_free Subroutine

public subroutine dbcsr_t_nd_mp_free(mp_comm)

Release the MPI communicator.

Arguments

Type IntentOptional Attributes Name
integer, intent(inout) :: mp_comm

Contents

Source Code


Source Code

         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