summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2011-02-17 22:55:45 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2011-02-17 22:55:45 (GMT)
commita05e9f4c43d7cc8a14d76e990e4f4c858a9c200b (patch)
tree3ee2605f5b3ae2c76865192ce24b33a82e3b26dd /src
parent7941ab984320b9064b7602cc7e29837c983b2fd4 (diff)
downloadhdf5-a05e9f4c43d7cc8a14d76e990e4f4c858a9c200b.zip
hdf5-a05e9f4c43d7cc8a14d76e990e4f4c858a9c200b.tar.gz
hdf5-a05e9f4c43d7cc8a14d76e990e4f4c858a9c200b.tar.bz2
[svn-r20120] Description:
Bring r20119 from trunk to 1.8 branch: Clean up MPI resource leaks in parallel tests, along with a bunch of compiler warnings. Tested on: FreeBSD/32 6.3 (duty) in debug mode FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (jam) w/PGI compilers, w/default API=1.8.x, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (amani) w/Intel compilers, w/default API=1.6.x, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN, w/szip filter, w/threadsafe, in production mode Linux/PPC 2.6 (heiwa) w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (abe) w/parallel, w/FORTRAN, in debug mode Mac OS X/32 10.6.6 (amazon) in debug mode Mac OS X/32 10.6.6 (amazon) w/C++ & FORTRAN, w/threadsafe, in production mode
Diffstat (limited to 'src')
-rw-r--r--src/H5trace.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/H5trace.c b/src/H5trace.c
index b6fb966..870e881 100644
--- a/src/H5trace.c
+++ b/src/H5trace.c
@@ -1935,6 +1935,10 @@ H5_trace(const double *returning, const char *func, const char *type, ...)
fprintf(out, "H5T_ORDER_VAX");
break;
+ case H5T_ORDER_MIXED:
+ fprintf(out, "H5T_ORDER_MIXED");
+ break;
+
case H5T_ORDER_NONE:
fprintf(out, "H5T_ORDER_NONE");
break;