version 1.4, 2003/03/07 03:12:26 |
version 1.5, 2003/03/07 06:39:55 |
|
|
/* 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 |