#include <stdlib.h>#include <stdio.h>#include "InfoStream.h"#include "PatchMap.h"#include "Node.h"#include "SimParameters.h"#include "ReductionMgr.decl.h"#include "ReductionMgr.h"#include "Debug.h"#include "ReductionMgr.def.h"Go to the source code of this file.
Classes | |
| class | ReductionRegisterMsg |
| class | ReductionSubmitMsg |
Defines | |
| #define | MIN_DEBUG_LEVEL 4 |
| #define | CmiPhysicalNodeID(X) X |
| #define | CmiNumPesOnPhysicalNode(X) 1 |
| #define | CmiGetFirstPeOnPhysicalNode(X) (X) |
| #define | CmiPeOnSamePhysicalNode(X, Y) ((X)==(Y)) |
|
|
Referenced by ReductionMgr::buildSpanTree(). |
|
|
Referenced by ReductionMgr::buildSpanTree(). |
|
|
Referenced by ReductionMgr::buildSpanTree(). |
|
|
Referenced by ReductionMgr::buildSpanTree(), and cuda_initialize(). |
|
|
Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000 by The Board of Trustees of the University of Illinois. All rights reserved. Definition at line 36 of file ReductionMgr.C. |
1.3.9.1