ftp.nice.ch/pub/next/unix/developer/pcn.2.0.s.tar.gz#/src/runtime/sr_nx.h

This is sr_nx.h in view mode; [Download] [Up]

/*
 * PCN Abstract Machine Emulator
 * Authors:     Steve Tuecke and Ian Foster
 *              Argonne National Laboratory
 *
 * Please see the DISCLAIMER file in the top level directory of the
 * distribution regarding the provisions under which this software
 * is distributed.
 *
 * sr_ipsc860.h  -  send/receive header for the Intel iPSC/860
 */

#undef PARALLEL
#define PARALLEL

#undef ASYNC_MSG
#define ASYNC_MSG 0

#undef SR_NX
#define SR_NX


/* maximum number of nodes */
#ifndef MAX_NODES
#define MAX_NODES	1024
#endif

/*
 * The PCN message types
 */
#define MSG_DEFINE		10000001
#define MSG_VALUE		10000002
#define MSG_READ		10000003
#define MSG_CANCEL		10000004
#define MSG_COLLECT		10000005
#define MSG_INITIATE_EXIT	10000006
#define MSG_EXIT		10000007
#define MSG_PARAMS		10000008
#define MSG_ABORT		10000009
#define MSG_GAUGE		10000010

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.