|
PULSAR
2.0.0
Parallel Ultra-Light Systolic Array Runtime
|
Stubs for a no-MPI build. More...
#include <stdio.h>#include <stdlib.h>Go to the source code of this file.
Data Structures | |
| struct | MPI_Status |
| struct | MPI_Request |
Macros | |
| #define | MPI_STATUS_IGNORE NULL |
Typedefs | |
| typedef int | MPI_Op |
| typedef int | MPI_Comm |
| typedef int | MPI_Datatype |
Enumerations | |
| enum | { MPI_BYTE, MPI_INT, MPI_DOUBLE, MPI_ANY_SOURCE, MPI_ANY_TAG, MPI_MAX, MPI_SUCCESS, MPI_COMM_WORLD } |
Functions | |
| int | MPI_Initialized (int *flag) |
| int | MPI_Barrier (MPI_Comm comm) |
| int | MPI_Cancel (MPI_Request *request) |
| int | MPI_Abort (MPI_Comm comm, int errorcode) |
| int | MPI_Comm_rank (MPI_Comm comm, int *rank) |
| int | MPI_Comm_size (MPI_Comm comm, int *size) |
| 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.h.