From 622f399a11f2ad9dcefb54d7244b8a0b64087907 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Tue, 9 Jun 1998 15:09:25 -0500 Subject: [svn-r413] Added in a minor error code H5E_MPI to indicate failures due to MPI functions. (Added by Kim Yates). --- src/H5Epublic.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/H5Epublic.h b/src/H5Epublic.h index 96ca600..9be3ed0 100644 --- a/src/H5Epublic.h +++ b/src/H5Epublic.h @@ -141,7 +141,10 @@ typedef enum H5E_minor_t { H5E_COMPLEN, /*name component is too long */ H5E_CWG, /*problem with current working group */ H5E_LINK, /*link count failure */ - H5E_SLINK /*symbolic link error */ + H5E_SLINK, /*symbolic link error */ + + /* Parallel errors */ + H5E_MPI /*some MPI function failed */ } H5E_minor_t; /* Information about an error */ -- cgit v0.12