diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2003-04-23 21:19:51 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2003-04-23 21:19:51 (GMT) |
commit | 4fa8fe270ccc29c93b6fd898e39220377c71e446 (patch) | |
tree | 76d42ce9897792538de3a40840bdf74b25d56ece /testpar/testphdf5.c | |
parent | d98f0d77c19badf83ecb0af7c40ab35fca23b424 (diff) | |
download | hdf5-4fa8fe270ccc29c93b6fd898e39220377c71e446.zip hdf5-4fa8fe270ccc29c93b6fd898e39220377c71e446.tar.gz hdf5-4fa8fe270ccc29c93b6fd898e39220377c71e446.tar.bz2 |
[svn-r6741] Purpose:
code cleanup.
Description:
Rename test_comm_info_delete to test_fapl_mpio_dup to better decribe
what it does. Updated the comments to describe more accurate.
Platforms tested:
Did not run h5commmittest since the changes were all in parallel area.
Ran parallel tests on modi4 and eirene.
Misc. update:
Diffstat (limited to 'testpar/testphdf5.c')
-rw-r--r-- | testpar/testphdf5.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testpar/testphdf5.c b/testpar/testphdf5.c index 98d394a..7aee5cd 100644 --- a/testpar/testphdf5.c +++ b/testpar/testphdf5.c @@ -355,8 +355,8 @@ int main(int argc, char **argv) goto finish; } - MPI_BANNER("test_comm_info_delete..."); - test_comm_info_delete(); + MPI_BANNER("test_fapl_mpio_dup..."); + test_fapl_mpio_dup(); if (ndatasets){ MPI_BANNER("multiple datasets write ..."); |