#include <ComputeMap.h>
Public Member Functions | |
| ComputeData () | |
Public Attributes | |
| int | node |
| int | moveToNode |
| ComputeType | type |
| char | partition |
| char | numPartitions |
| char | newNumPartitions |
| char | numPids |
| PatchRec | pids [numPidsAllocated] |
|
|
Definition at line 165 of file ComputeMap.h. 00165 {
00166 node = -1; moveToNode = -1;
00167 newNumPartitions = 0;
00168 numPids = 0;
00169 }
|
|
|
Definition at line 171 of file ComputeMap.h. |
|
|
Definition at line 175 of file ComputeMap.h. |
|
|
Definition at line 170 of file ComputeMap.h. |
|
|
Definition at line 174 of file ComputeMap.h. |
|
|
Definition at line 176 of file ComputeMap.h. |
|
|
Definition at line 173 of file ComputeMap.h. |
|
|
Definition at line 177 of file ComputeMap.h. |
|
|
Definition at line 172 of file ComputeMap.h. |
1.3.9.1