summaryrefslogtreecommitdiffstats
path: root/src/H5.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2012-04-29 05:04:39 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2012-04-29 05:04:39 (GMT)
commitb1b8ff96bbd3c42c8b44550c7f6323240b02b223 (patch)
tree457c0b44976df2704cd55d91a5dda8a719578a72 /src/H5.c
parentb9b39067e089be2d7a7a58430cf6a95f2b150317 (diff)
downloadhdf5-b1b8ff96bbd3c42c8b44550c7f6323240b02b223.zip
hdf5-b1b8ff96bbd3c42c8b44550c7f6323240b02b223.tar.gz
hdf5-b1b8ff96bbd3c42c8b44550c7f6323240b02b223.tar.bz2
[svn-r22324] Description:
Change name of MPE log file produced from "cpilog" (which was the name used in the example code we were referencing) to "h5log". Tested on: None, too trivial, eyeballed only...
Diffstat (limited to 'src/H5.c')
-rw-r--r--src/H5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5.c b/src/H5.c
index 654c730..4176d96 100644
--- a/src/H5.c
+++ b/src/H5.c
@@ -307,7 +307,7 @@ H5_term_library(void)
MPI_Initialized(&mpi_initialized);
if(mpi_initialized) {
- mpe_code = MPE_Finish_log("cpilog");
+ mpe_code = MPE_Finish_log("h5log");
assert(mpe_code >=0);
} /* end if */
H5_MPEinit_g = FALSE; /* turn it off no matter what */