[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.2b2-24-g66b5407
Service Account
noreply at mpich.org
Wed Apr 29 16:31:47 CDT 2015
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "MPICH primary repository".
The branch, master has been updated
via 66b5407abfad38afd96cb3c71c1c99aaad2bd648 (commit)
from cdf23c555a25d30b795896280b259d15d8ea0bdc (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.mpich.org/mpich.git/commitdiff/66b5407abfad38afd96cb3c71c1c99aaad2bd648
commit 66b5407abfad38afd96cb3c71c1c99aaad2bd648
Author: Rob Latham <robl at mcs.anl.gov>
Date: Tue Apr 28 13:24:57 2015 -0500
fixup: correctly const-ify hint processing routine
No reviewer
diff --git a/src/mpi/romio/test/syshints.c b/src/mpi/romio/test/syshints.c
index e9952aa..52d503d 100755
--- a/src/mpi/romio/test/syshints.c
+++ b/src/mpi/romio/test/syshints.c
@@ -14,7 +14,7 @@ static void handle_error(int errcode, const char *str)
#define CHECK(fn) {int errcode; errcode = (fn); if (errcode != MPI_SUCCESS) handle_error(errcode, #fn); }
-static int hint_check(MPI_Info info_used, char * key, char *expected) {
+static int hint_check(MPI_Info info_used, const char * key, const char *expected) {
char value[MPI_MAX_INFO_VAL+1];
int flag;
-----------------------------------------------------------------------
Summary of changes:
src/mpi/romio/test/syshints.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
MPICH primary repository
More information about the commits
mailing list