summaryrefslogtreecommitdiffstats
path: root/mpi/mpi.h
diff options
context:
space:
mode:
Diffstat (limited to 'mpi/mpi.h')
-rw-r--r--mpi/mpi.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/mpi/mpi.h b/mpi/mpi.h
index c653672e..c32b0d3a 100644
--- a/mpi/mpi.h
+++ b/mpi/mpi.h
@@ -42,6 +42,10 @@
#define MP_UNDEF -5 /* answer is undefined */
#define MP_LAST_CODE MP_UNDEF
+#define MP_LT -1
+#define MP_EQ 0
+#define MP_GT 1
+
#include "mpi-types.h"
/* Included for compatibility... */