From e7e31921a5a521382cf608d16b703c9d1a848717 Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Mon, 12 Jul 2004 20:36:26 +0000 Subject: [PATCH] Missed the ALL bit-mask last time - still in the editor! This commit was SVN r1642. --- src/mca/ns/ns.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mca/ns/ns.h b/src/mca/ns/ns.h index a56a25e9ac..30083a537d 100644 --- a/src/mca/ns/ns.h +++ b/src/mca/ns/ns.h @@ -33,7 +33,8 @@ */ #define OMPI_NS_CMP_CELLID 0x01 #define OMPI_NS_CMP_JOBID 0x02 -#define OMPI_NS_CMP_VPID 0x04 +#define OMPI_NS_CMP_VPID 0x04 +#define OMPI_NS_CMP_ALL 0Xff /* * define maximum value for id's in any field