diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2001-01-12 23:37:17 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2001-01-12 23:37:17 (GMT) |
commit | f871affadf95eb0ce8872c4bfafea9f532b474af (patch) | |
tree | 44bec1e6920241ac36d12adb3d54404b50e39251 /RELEASE | |
parent | ef62ea58554c9d1fcb846c06c60077daad3d77bc (diff) | |
download | hdf5-f871affadf95eb0ce8872c4bfafea9f532b474af.zip hdf5-f871affadf95eb0ce8872c4bfafea9f532b474af.tar.gz hdf5-f871affadf95eb0ce8872c4bfafea9f532b474af.tar.bz2 |
[svn-r3289] Updated.
Diffstat (limited to 'RELEASE')
-rw-r--r-- | RELEASE | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -242,6 +242,11 @@ Library of data. (A.K.A. prematured collective return when zero amount data requested.) Collective calls that may cause hanging is done via the corresponding MPI-IO independent calls. + * If configure with --enable-debug=all, couple functions would issue + warning messages to "stderr" that the operation is expensive time-wise. + This messed up applications (like testings) that did not expect the + extra output. It is changed so that the warning will be printed only + if the corresponding Debug key is set. Configuration ------------- |