#include <stdlib.h>#include <stdio.h>#include "InfoStream.h"#include "ComputeMap.h"#include "Compute.h"#include "ObjectArena.h"#include "charm++.h"#include "Debug.h"Go to the source code of this file.
Defines | |
| #define | MIN_DEBUG_LEVEL 4 |
| #define | PACK(type, data) { memcpy(b, &data, sizeof(type)); b += sizeof(type); } |
| #define | UNPACK(type, data) { memcpy(&data, b, sizeof(type)); b += sizeof(type); } |
|
|
Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000 by The Board of Trustees of the University of Illinois. All rights reserved. Definition at line 17 of file ComputeMap.C. |
|
|
Definition at line 62 of file ComputeMap.C. Referenced by PatchMap::pack(), and ComputeMap::pack(). |
|
|
Definition at line 96 of file ComputeMap.C. Referenced by PatchMap::unpack(), and ComputeMap::unpack(). |
1.3.9.1