diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2012-04-29 05:04:39 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2012-04-29 05:04:39 (GMT) |
commit | b1b8ff96bbd3c42c8b44550c7f6323240b02b223 (patch) | |
tree | 457c0b44976df2704cd55d91a5dda8a719578a72 /src/H5.c | |
parent | b9b39067e089be2d7a7a58430cf6a95f2b150317 (diff) | |
download | hdf5-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |