aboutsummaryrefslogtreecommitdiff
path: root/src/include/pugh_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/pugh_constants.h')
-rw-r--r--src/include/pugh_constants.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/pugh_constants.h b/src/include/pugh_constants.h
index fa77ca2..ba5fdbd 100644
--- a/src/include/pugh_constants.h
+++ b/src/include/pugh_constants.h
@@ -43,3 +43,8 @@
#define TERMINATION_NOT_RAISED 0 /* no termination flag, inital setting */
#define TERMINATION_RAISED_LOCAL 1 /* raised on one pe, has to be broadcasted */
#define TERMINATION_RAISED_BRDCAST 2 /* flag now available on all pes: termiante */
+
+/* PUGH error flags */
+#define PUGH_SUCCESS 0
+#define PUGH_ERROR -1
+#define PUGH_ERRORMEMORY -2