diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-04-21 15:36:22 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-04-21 15:36:22 (GMT) |
commit | 5eb6bc4dfebffadaa6de112b66f43e20bad9d0c5 (patch) | |
tree | 22b52f467386617b960536cbc5cce160951c70f1 /src/H5Epubgen.h | |
parent | d7573cbc857f5a2a843a42b3ea05cd9d3770208d (diff) | |
download | hdf5-5eb6bc4dfebffadaa6de112b66f43e20bad9d0c5.zip hdf5-5eb6bc4dfebffadaa6de112b66f43e20bad9d0c5.tar.gz hdf5-5eb6bc4dfebffadaa6de112b66f43e20bad9d0c5.tar.bz2 |
[svn-r12293] Purpose:
Bug fix
Description:
Fix missing error code from flexible parallel removal
Platforms tested:
IBM AIX (copper) w/parallel
Diffstat (limited to 'src/H5Epubgen.h')
-rw-r--r-- | src/H5Epubgen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Epubgen.h b/src/H5Epubgen.h index 64ccf76..7d9e284 100644 --- a/src/H5Epubgen.h +++ b/src/H5Epubgen.h @@ -251,8 +251,10 @@ H5_DLLVAR hid_t H5E_CANTDIRTY_g; /* Unable to mark metadata as dirty */ /* Parallel MPI errors */ #define H5E_MPI (H5OPEN H5E_MPI_g) #define H5E_MPIERRSTR (H5OPEN H5E_MPIERRSTR_g) +#define H5E_CANTRECV (H5OPEN H5E_CANTRECV_g) H5_DLLVAR hid_t H5E_MPI_g; /* Some MPI function failed */ H5_DLLVAR hid_t H5E_MPIERRSTR_g; /* MPI Error String */ +H5_DLLVAR hid_t H5E_CANTRECV_g; /* Can't receive data */ /* Dataspace errors */ #define H5E_CANTCLIP (H5OPEN H5E_CANTCLIP_g) |