17 printf(
"PRT ERROR: PRT built without MPI\n)");
21 int MPI_Initialized(
int *flag)
27 int MPI_Comm_rank(MPI_Comm comm,
int *rank)
33 int MPI_Comm_size(MPI_Comm comm,
int *size)
39 int MPI_Barrier(MPI_Comm comm)
45 int MPI_Abort(MPI_Comm comm,
int errorcode) {quit();}
47 int MPI_Get_count(
const MPI_Status *status, MPI_Datatype datatype,
int *count) {quit();}
48 int MPI_Send(
const void *buf,
int count, MPI_Datatype datatype,
int dest,
int tag, MPI_Comm comm) {quit();}
49 int MPI_Recv(
void *buf,
int count, MPI_Datatype datatype,
int source,
int tag, MPI_Comm comm,
MPI_Status *status) {quit();}
50 int MPI_Irecv(
void *buf,
int count, MPI_Datatype datatype,
int source,
int tag, MPI_Comm comm,
MPI_Request *request) {quit();}
51 int MPI_Isend(
const void *buf,
int count, MPI_Datatype datatype,
int dest,
int tag, MPI_Comm comm,
MPI_Request *request) {quit();}
52 int MPI_Reduce(
const void *sendbuf,
void *recvbuf,
int count, MPI_Datatype datatype, MPI_Op op,
int root, MPI_Comm comm) {quit();}