|
MOOSE - Multiscale Object Oriented Simulation Environment
|
#include <mpi.h>#include <vector>
Include dependency graph for proc2.cpp: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 135 of file proc2.cpp.
References doWork(), numEntries, numNodes, and recvBuf.
Referenced by main().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 174 of file proc2.cpp.
References numEntries.
Referenced by clearPending(), and main().
Here is the caller graph for this function:
|
static |
Definition at line 17 of file proc2.cpp.
References numEntries, and totCalls.
Referenced by main().
Here is the caller graph for this function:| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 30 of file proc2.cpp.
References clearPending(), doWork(), get_next_work_item(), numEntries, numNodes, recvBuf, totCalls, and WORKTAG.
Here is the call graph for this function:| const int numEntries = 10 |
Definition at line 11 of file proc2.cpp.
Referenced by clearPending(), doWork(), get_next_work_item(), and main().
|
static |
Definition at line 13 of file proc2.cpp.
Referenced by clearPending(), and main().
| const int totCalls = 2 * 65536 |
Definition at line 12 of file proc2.cpp.
Referenced by get_next_work_item(), and main().