[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.2-382-g1d8609c

Service Account noreply at mpich.org
Thu Aug 18 17:52:56 CDT 2016


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  1d8609c51cdc57c22c5de858ca667136e3c882b6 (commit)
      from  ed1c7a11afac5e9291a0955ffb92269a5b6aa25b (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/1d8609c51cdc57c22c5de858ca667136e3c882b6

commit 1d8609c51cdc57c22c5de858ca667136e3c882b6
Author: Ken Raffenetti <raffenet at mcs.anl.gov>
Date:   Thu Aug 18 17:43:28 2016 -0500

    test/mpi/configure.ac: Modify f08 settings
    
    Enabling all (or none) of the Fortran bindings did not modify the f08
    setting for the testsuite. The main configure script addressed this in
    [698d7f7203aa].
    
    No reviewer.

diff --git a/test/mpi/configure.ac b/test/mpi/configure.ac
index 785423e..6cc32a1 100644
--- a/test/mpi/configure.ac
+++ b/test/mpi/configure.ac
@@ -111,10 +111,12 @@ for option in $enable_fortran ; do
         yes|all)
                 enable_f77=yes
                 enable_fc=yes
+                enable_f08=yes
                 ;;
         no|none)
                 enable_f77=no
                 enable_fc=no
+                enable_f08=no
                 ;;
         f77)
                 enable_f77=yes

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

Summary of changes:
 test/mpi/configure.ac |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list