version 1.2, 2001/06/04 02:49:45 |
version 1.3, 2003/02/14 22:29:12 |
|
|
/* HEURISTIC1 reportedly no longer works under 2.7. Thus we */ |
/* HEURISTIC1 reportedly no longer works under 2.7. Thus we */ |
/* switched to HEURISTIC2, eventhough it creates some debugging */ |
/* switched to HEURISTIC2, eventhough it creates some debugging */ |
/* issues. */ |
/* issues. */ |
#if MPI |
#if defined(MPI) |
extern int *StackBottom; |
extern int *StackBottom; |
# define STACKBOTTOM (ptr_t)(StackBottom) |
# define STACKBOTTOM (ptr_t)(StackBottom) |
#else |
#else |