#include "common.h"#include "InfoStream.h"#include "Node.h"#include "Alg7.h"Go to the source code of this file.
Defines | |
| #define | TINYLOAD 0.0005 |
Functions | |
| int | isPmeProcessor (int) |
|
|
Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000 by The Board of Trustees of the University of Illinois. All rights reserved. Definition at line 19 of file AlgSeven.C. |
|
|
Definition at line 322 of file ComputePme.C. 00322 {
00323 if (pencilPMEProcessors)
00324 return pencilPMEProcessors[p];
00325 else
00326 return CProxy_ComputePmeMgr::ckLocalBranch(CkpvAccess(BOCclass_group).computePmeMgr)->isPmeProcessor(p);
00327 }
|
1.3.9.1