destroy_comm Subroutine

public subroutine destroy_comm(this)

destructor for the commlib

Arguments

TypeIntentOptionalAttributesName
class(mimic_communicator), intent(inout) :: this

Contents

Source Code


Source Code

subroutine destroy_comm(this)

    class(mimic_communicator), intent(inout) :: this

    call mcl_destroy
    deallocate(this%overlap_maps)
    this%num_clients = -1

end subroutine destroy_comm