|
PULSAR
2.0.0
Parallel Ultra-Light Systolic Array Runtime
|
Stubs for a no-MPI build. More...
#include "mpi_stubs.h"Go to the source code of this file.
Functions | |
| int | MPI_Initialized (int *flag) |
| int | MPI_Comm_rank (MPI_Comm comm, int *rank) |
| int | MPI_Comm_size (MPI_Comm comm, int *size) |
| int | MPI_Barrier (MPI_Comm comm) |
| int | MPI_Cancel (MPI_Request *request) |
| int | MPI_Abort (MPI_Comm comm, int errorcode) |
| int | MPI_Test (MPI_Request *request, int *flag, MPI_Status *status) |
| int | MPI_Get_count (const MPI_Status *status, MPI_Datatype datatype, int *count) |
| int | MPI_Send (const void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) |
| int | MPI_Recv (void *buf, int count, MPI_Datatype datatype, int source, int tag, MPI_Comm comm, MPI_Status *status) |
| int | MPI_Irecv (void *buf, int count, MPI_Datatype datatype, int source, int tag, MPI_Comm comm, MPI_Request *request) |
| int | MPI_Isend (const void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request *request) |
| int | MPI_Reduce (const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, int root, MPI_Comm comm) |
Stubs for a no-MPI build.
PULSAR Runtime http://icl.utk.edu/pulsar/ Copyright (C) 2012-2015 University of Tennessee.
Definition in file mpi_stubs.c.