[mpich] MPICH primary repository branch, master, updated. v3.1.1-57-ge807b31
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 e807b314caa3b7960b7eca58270d9b53d7d732f7 (commit) from 9d5ce23c06633df3587357e258bf15332ca69eae (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/e807b314caa3b7960b7eca58270d9b53d7... commit e807b314caa3b7960b7eca58270d9b53d7d732f7 Author: Pavan Balaji <[email protected]> Date: Sat Jul 5 11:53:37 2014 -0500 MPI_Status_c2f should also go into libmpi. While moving symbols to the correct libraries in [9c337914], we forgot to move MPI_Status_c2f. Fixes #2122. Signed-off-by: Ken Raffenetti <[email protected]> diff --git a/src/binding/fortran/mpif_h/buildiface b/src/binding/fortran/mpif_h/buildiface index 1a90554..811d315 100755 --- a/src/binding/fortran/mpif_h/buildiface +++ b/src/binding/fortran/mpif_h/buildiface @@ -1023,7 +1023,7 @@ EOT mpi_core_sources += src/binding/fortran/mpif_h/fdebug.c \\ src/binding/fortran/mpif_h/setbot.c \\ src/binding/fortran/mpif_h/setbotf.f -mpi_sources += src/binding/fortran/mpif_h/statusf2c.c +mpi_sources += src/binding/fortran/mpif_h/statusf2c.c src/binding/fortran/mpif_h/statusc2f.c # FIXME does AM_CPPFLAGS need to be included elsewhere somehow in the # target-specific variable? @@ -4567,7 +4567,6 @@ print $OUTFD "\ $OUTFD = "STATUSC2F"; $filename = "statusc2f.c"; open ($OUTFD, ">$filename.new" ) || die "Cannot open $filename.new\n"; - $files[$#files+1] = $filename; print $OUTFD " /* -*- Mode: C; c-basic-offset:4 ; -*- */ /* ----------------------------------------------------------------------- Summary of changes: src/binding/fortran/mpif_h/buildiface | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) hooks/post-receive -- MPICH primary repository
participants (1)
-
noreply@mpich.org