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 9827c6c39bf6a55d5d32eebfb54e16db4002b7a2 (commit) from 6732f002a80fe3aa5c96d514bcd321e4d808def3 (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/9827c6c39bf6a55d5d32eebfb54e16db40... commit 9827c6c39bf6a55d5d32eebfb54e16db4002b7a2 Author: Sangmin Seo <[email protected]> Date: Mon May 19 22:27:37 2014 -0500 Fix of integer variable size The third argument, ATTRIBUTE_VAL, for MPI_COMM_GET_ATTR should have been INTEGER(KIND=MPI_ADDRESS_KIND). Signed-off-by: Junchao Zhang <[email protected]> diff --git a/test/mpi/f77/util/mtestf.f b/test/mpi/f77/util/mtestf.f index 9286464..4bf568b 100644 --- a/test/mpi/f77/util/mtestf.f +++ b/test/mpi/f77/util/mtestf.f @@ -117,7 +117,8 @@ C include 'mpif.h' integer can_spawn integer errs - integer val, ierror + integer(kind=MPI_ADDRESS_KIND) val + integer ierror logical flag integer comm_size ----------------------------------------------------------------------- Summary of changes: test/mpi/f77/util/mtestf.f | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) hooks/post-receive -- MPICH primary repository