MOOSE - Multiscale Object Oriented Simulation Environment
|
#include <mpi.h>
#include <vector>
Go to the source code of this file.
Macros | |
#define | DIETAG 2 |
#define | WORKTAG 1 |
Functions | |
static int | clearPending (int numNodes, int myrank, MPI_Request *recvReq, double &tot) |
static double | doWork (double *work) |
static double * | get_next_work_item (int numCalls) |
int | main (int argc, char **argv) |
Variables | |
const int | numEntries = 10 |
static vector< vector< double > > | recvBuf |
const int | totCalls = 2 * 65536 |
|
static |
Definition at line 137 of file proc5.cpp.
References doWork(), numEntries, numNodes, and recvBuf.
Referenced by main().
|
static |
Definition at line 176 of file proc5.cpp.
References numEntries.
Referenced by clearPending(), and main().
|
static |
Definition at line 19 of file proc5.cpp.
References numEntries, and totCalls.
Referenced by main().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 32 of file proc5.cpp.
References clearPending(), doWork(), get_next_work_item(), numEntries, numNodes, recvBuf, totCalls, and WORKTAG.
const int numEntries = 10 |
Definition at line 13 of file proc5.cpp.
Referenced by clearPending(), doWork(), get_next_work_item(), and main().
|
static |
Definition at line 15 of file proc5.cpp.
Referenced by clearPending(), and main().
const int totCalls = 2 * 65536 |
Definition at line 14 of file proc5.cpp.
Referenced by get_next_work_item(), and main().