Purpose
Returns the size of the remote group of an intercommunicator.
C synopsis
#include <mpi.h> int MPI_Comm_remote_size(MPI_Comm comm,int *size);
C++ synopsis
#include mpi.h int MPI::Intercomm::Get_remote_size() const;
FORTRAN synopsis
include 'mpif.h' or use mpi MPI_COMM_REMOTE_SIZE(INTEGER COMM,INTEGER SIZE,INTEGER IERROR)
Parameters
Description
This subroutine is a local operation that returns the size of the remote group of an intercommunicator.
Notes
To determine the size of the local group of an intercommunicator, use MPI_COMM_SIZE.
Errors
Related information