free_comm Interface

public interface free_comm

Contents


Module Procedures

private subroutine free_comm_id(comm)

A routine to free the communicator with id comm

Arguments

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

Communicator id

private subroutine free_comm_type(comm)

A routine to free the communicator represented by comm

Arguments

Type IntentOptional Attributes Name
type(comm_type), intent(inout) :: comm

Communicator object