From e986f811127f7851f896dc4759b60929036e7550 Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Thu, 18 Jul 2019 17:04:18 +0200 Subject: [PATCH 1/1] finally activate all weird modes of allpairf(90) --- teshsuite/smpi/mpich3-test/f77/pt2pt/allpairf.f | 4 ++-- teshsuite/smpi/mpich3-test/f90/pt2pt/allpairf90.f90 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/teshsuite/smpi/mpich3-test/f77/pt2pt/allpairf.f b/teshsuite/smpi/mpich3-test/f77/pt2pt/allpairf.f index f3ef158c82..49b047f156 100644 --- a/teshsuite/smpi/mpich3-test/f77/pt2pt/allpairf.f +++ b/teshsuite/smpi/mpich3-test/f77/pt2pt/allpairf.f @@ -28,8 +28,8 @@ C verbose = .true. call test_pair_irsend( comm, errs ) call test_pair_issend( comm, errs ) call test_pair_psend( comm, errs ) - !call test_pair_prsend( comm, errs ) - !call test_pair_pssend( comm, errs ) + call test_pair_prsend( comm, errs ) + call test_pair_pssend( comm, errs ) call test_pair_sendrecv( comm, errs ) call test_pair_sendrecvrepl( comm, errs ) call mtestFreeComm( comm ) diff --git a/teshsuite/smpi/mpich3-test/f90/pt2pt/allpairf90.f90 b/teshsuite/smpi/mpich3-test/f90/pt2pt/allpairf90.f90 index 3500615e22..c20238bce1 100644 --- a/teshsuite/smpi/mpich3-test/f90/pt2pt/allpairf90.f90 +++ b/teshsuite/smpi/mpich3-test/f90/pt2pt/allpairf90.f90 @@ -29,8 +29,8 @@ call test_pair_irsend( comm, errs ) call test_pair_issend( comm, errs ) call test_pair_psend( comm, errs ) - !call test_pair_prsend( comm, errs ) - !call test_pair_pssend( comm, errs ) + call test_pair_prsend( comm, errs ) + call test_pair_pssend( comm, errs ) call test_pair_sendrecv( comm, errs ) call test_pair_sendrecvrepl( comm, errs ) call mtestFreeComm( comm ) -- 2.20.1