Design
hyprcube.asc
Associated article: Simulating Hypercubes in Unix Part I
Tags: Design
_SIMULATING HYPERCUBES IN UNIX_ by Jeffery W. Hamilton and Eileen M. Ormsby [LISTING ONE] /***** cube.h *****/ /* Hypercube Simulation definitions */ #define NUMBER_IN_PART 4 /* number of nodes in partition */ #define PM_PORT 6000 /* Maximum message sent between nodes */ #define MAX_MESSAGE_SIZE (1024 * 16) ...


