MPI_Comm_size - multiple declarations
Function MPI_Comm_size
int MPI_Comm_size
(
void* comm
);
Function MPI_Comm_size
extern(C) int MPI_Comm_size
(
void* comm,
int* size
);
int MPI_Comm_size
(
void* comm
);
extern(C) int MPI_Comm_size
(
void* comm,
int* size
);