17 MPI_Bcast(x,size,MPI_DOUBLE,root,*((MPI_Comm*)comm));
31 MPI_Bcast(x,size,MPI_INT,root,*((MPI_Comm*)comm));
45 MPI_Bcast(x,size,MPI_CHAR,root,*((MPI_Comm*)comm));
MPI related function definitions.
int MPIBroadcast_integer(int *x, int size, int root, void *comm)
int MPIBroadcast_double(double *x, int size, int root, void *comm)
int MPIBroadcast_character(char *x, int size, int root, void *comm)