From b1b8ff96bbd3c42c8b44550c7f6323240b02b223 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Sun, 29 Apr 2012 00:04:39 -0500 Subject: [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... --- src/H5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v0.12