[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.2b4-212-g1e6c4d8

Service Account noreply at mpich.org
Wed Sep 9 14:41:48 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  1e6c4d8e0f3b38ba3d9a9b6eff7602c6960f67cb (commit)
      from  f91baf0296ce0f0a9fd198e7f5f78321abb8179c (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/1e6c4d8e0f3b38ba3d9a9b6eff7602c6960f67cb

commit 1e6c4d8e0f3b38ba3d9a9b6eff7602c6960f67cb
Author: Ken Raffenetti <raffenet at mcs.anl.gov>
Date:   Wed Sep 9 14:31:29 2015 -0500

    romio: remove stop statements from fortran tests
    
    Explicit stop statements are not required and can create unwanted
    noise during program termination. Remove these to prevent false
    positive test failures in the nightlies.
    
    No reviewer.

diff --git a/src/mpi/romio/test/fcoll_test.f.in b/src/mpi/romio/test/fcoll_test.f.in
index 9c2b172..d6bae74 100644
--- a/src/mpi/romio/test/fcoll_test.f.in
+++ b/src/mpi/romio/test/fcoll_test.f.in
@@ -172,5 +172,4 @@
 
       call MPI_FINALIZE(ierr)
 
-      stop
       end
diff --git a/src/mpi/romio/test/fmisc.f.in b/src/mpi/romio/test/fmisc.f.in
index 5bfaa03..a75c4ee 100644
--- a/src/mpi/romio/test/fmisc.f.in
+++ b/src/mpi/romio/test/fmisc.f.in
@@ -201,5 +201,4 @@
       call MPI_GROUP_FREE(group, ierr)
       call MPI_FINALIZE(ierr)
 
-      stop
       end
diff --git a/src/mpi/romio/test/fperf.f.in b/src/mpi/romio/test/fperf.f.in
index e4ff4d1..6277949 100644
--- a/src/mpi/romio/test/fperf.f.in
+++ b/src/mpi/romio/test/fperf.f.in
@@ -176,5 +176,4 @@
 
       call MPI_FINALIZE(ierr)
 
-      stop
       end
diff --git a/src/mpi/romio/test/pfcoll_test.f.in b/src/mpi/romio/test/pfcoll_test.f.in
index 11433d2..d05db1d 100644
--- a/src/mpi/romio/test/pfcoll_test.f.in
+++ b/src/mpi/romio/test/pfcoll_test.f.in
@@ -173,5 +173,4 @@
 
       call PMPI_FINALIZE(ierr)
 
-      stop
       end

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

Summary of changes:
 src/mpi/romio/test/fcoll_test.f.in  |    1 -
 src/mpi/romio/test/fmisc.f.in       |    1 -
 src/mpi/romio/test/fperf.f.in       |    1 -
 src/mpi/romio/test/pfcoll_test.f.in |    1 -
 4 files changed, 0 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list