[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.0.3-33-g934bd27

mysql vizuser noreply at mpich.org
Mon Apr 22 10:43:40 CDT 2013


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  934bd27d4948d9e5ef430267981045bf9a7d2fa4 (commit)
      from  0a051ae5446b683b37e9079bcef94bfba2106cec (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/934bd27d4948d9e5ef430267981045bf9a7d2fa4

commit 934bd27d4948d9e5ef430267981045bf9a7d2fa4
Author: William Gropp <wgropp at illinois.edu>
Date:   Sun Apr 21 12:42:37 2013 -0700

    Fix for #1772 - problem building on SunOS with F77=f90
    
    The problem was a missing declaration in the Fortran test programs
    in configure.  While an error for all systems, this was first observed
    to fail on SunOS with F77=f90.

diff --git a/confdb/aclocal_f77.m4 b/confdb/aclocal_f77.m4
index fc1fc61..92d310b 100644
--- a/confdb/aclocal_f77.m4
+++ b/confdb/aclocal_f77.m4
@@ -358,7 +358,7 @@ int cisize_(char *i1p, char *i2p) {
         AC_LANG_SOURCE([
             program main
             $1 a(2)
-            integer irc
+            integer irc, cisize
             irc = cisize(a(1),a(2))
             end
         ])

-----------------------------------------------------------------------

Summary of changes:
 confdb/aclocal_f77.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list