summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2012-04-29 05:06:00 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2012-04-29 05:06:00 (GMT)
commit9a5073a8f3482f1ee257d48b05acbe5fd13a42b0 (patch)
treebd63b56b3bc38c57405b45f0824e1cfdd096e6d0 /src
parent0e268cb5aa99ee5bee51dd0a7b1517dc0aa84ed5 (diff)
downloadhdf5-9a5073a8f3482f1ee257d48b05acbe5fd13a42b0.zip
hdf5-9a5073a8f3482f1ee257d48b05acbe5fd13a42b0.tar.gz
hdf5-9a5073a8f3482f1ee257d48b05acbe5fd13a42b0.tar.bz2
[svn-r22325] Description:
Bring r22324 from trunk to 1.8 branch: 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')
-rw-r--r--src/H5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5.c b/src/H5.c
index fef1365..52f86b2 100644
--- a/src/H5.c
+++ b/src/H5.c
@@ -303,7 +303,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 */