MPI_Comm_size Subroutine

public subroutine MPI_Comm_size(comm, size, ierror)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: comm
integer, intent(out) :: size
integer, intent(out) :: ierror

Called by

proc~~mpi_comm_size~~CalledByGraph proc~mpi_comm_size m_mpi::MPI_Comm_size proc~mesh_init m_mesh::mesh_init proc~mesh_init->proc~mpi_comm_size program~xcompact xcompact program~xcompact->proc~mpi_comm_size interface~mesh_t m_mesh::mesh_t interface~mesh_t->proc~mesh_init