#include <ComputeMap.h>
Public Member Functions | |
| ComputeData () | |
Public Attributes | |
| Compute * | compute |
| int | node |
| int | moveToNode |
| ComputeType | type |
| int | partition |
| int | numPartitions |
| int | patchBased |
| int | numPids |
| int | numPidsAllocated |
| PatchRec * | pids |
|
|
Definition at line 159 of file ComputeMap.h. 00159 {
00160 node = -1; moveToNode = -1;
00161 patchBased = false; numPids = 0; numPidsAllocated = 0;
00162 pids = NULL; compute = NULL;
00163 }
|
|
|
Definition at line 164 of file ComputeMap.h. |
|
|
Definition at line 166 of file ComputeMap.h. |
|
|
Definition at line 165 of file ComputeMap.h. |
|
|
Definition at line 169 of file ComputeMap.h. |
|
|
Definition at line 171 of file ComputeMap.h. |
|
|
Definition at line 172 of file ComputeMap.h. |
|
|
Definition at line 168 of file ComputeMap.h. |
|
|
Definition at line 170 of file ComputeMap.h. |
|
|
Definition at line 173 of file ComputeMap.h. |
|
|
Definition at line 167 of file ComputeMap.h. |
1.3.9.1