diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2012-04-29 05:06:00 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2012-04-29 05:06:00 (GMT) |
commit | 9a5073a8f3482f1ee257d48b05acbe5fd13a42b0 (patch) | |
tree | bd63b56b3bc38c57405b45f0824e1cfdd096e6d0 | |
parent | 0e268cb5aa99ee5bee51dd0a7b1517dc0aa84ed5 (diff) | |
download | hdf5-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...
-rw-r--r-- | src/H5.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |