diff options
author | MuQun Yang <ymuqun@hdfgroup.org> | 2004-08-13 13:50:30 (GMT) |
---|---|---|
committer | MuQun Yang <ymuqun@hdfgroup.org> | 2004-08-13 13:50:30 (GMT) |
commit | 188a2cfdc741ecfd137307244e089dc5d215cbde (patch) | |
tree | 867d06cf2b0f1c1b2dc0a0a2ce36fb83511891bd | |
parent | 092105b2a33973c3468cca43805b01b53045bdd2 (diff) | |
download | hdf5-188a2cfdc741ecfd137307244e089dc5d215cbde.zip hdf5-188a2cfdc741ecfd137307244e089dc5d215cbde.tar.gz hdf5-188a2cfdc741ecfd137307244e089dc5d215cbde.tar.bz2 |
[svn-r9077] Purpose:
Correction of the previous check.
Description:
forget moving "debug #if macro" out of this file.
Solution:
remove that "#if 0 #endif" macro block.
Platforms tested:
Compile at eirene
Too trivial to test
Misc. update:
-rw-r--r-- | testpar/testphdf5.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/testpar/testphdf5.c b/testpar/testphdf5.c index 81bc760..4a3af2e 100644 --- a/testpar/testphdf5.c +++ b/testpar/testphdf5.c @@ -411,7 +411,6 @@ int main(int argc, char **argv) TestInit(); /* Tests are generally arranged from least to most complexity... */ -#if 0 AddTest("mpio_dup", test_fapl_mpio_dup, NULL, "fapl_mpio_dup", NULL); AddTest("mpiposix_dup", test_fapl_mpiposix_dup, NULL, @@ -468,7 +467,6 @@ int main(int argc, char **argv) "big dataset test", filenames[7]); AddTest("fillvalue", dataset_fillvalue, NULL, "dataset fill value", filenames[8]); -#endif if(mpi_size > 24) { if(MAINPROCESS) { |