From 837323233c2556b31bf424e593f38ab6a3622687 Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Wed, 17 Jul 2019 22:57:44 +0200 Subject: [PATCH] these can now be activated --- teshsuite/smpi/mpich3-test/f77/pt2pt/allpairf.f | 4 ++-- teshsuite/smpi/mpich3-test/f90/pt2pt/allpairf90.f90 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/teshsuite/smpi/mpich3-test/f77/pt2pt/allpairf.f b/teshsuite/smpi/mpich3-test/f77/pt2pt/allpairf.f index a9ea69d68c..f3ef158c82 100644 --- a/teshsuite/smpi/mpich3-test/f77/pt2pt/allpairf.f +++ b/teshsuite/smpi/mpich3-test/f77/pt2pt/allpairf.f @@ -25,9 +25,9 @@ C verbose = .true. call test_pair_ssend( comm, errs ) call test_pair_rsend( comm, errs ) call test_pair_isend( comm, errs ) - !call test_pair_irsend( comm, errs ) !FIXME + call test_pair_irsend( comm, errs ) call test_pair_issend( comm, errs ) - !call test_pair_psend( comm, errs ) + call test_pair_psend( comm, errs ) !call test_pair_prsend( comm, errs ) !call test_pair_pssend( comm, errs ) call test_pair_sendrecv( comm, errs ) diff --git a/teshsuite/smpi/mpich3-test/f90/pt2pt/allpairf90.f90 b/teshsuite/smpi/mpich3-test/f90/pt2pt/allpairf90.f90 index 037f601e32..3500615e22 100644 --- a/teshsuite/smpi/mpich3-test/f90/pt2pt/allpairf90.f90 +++ b/teshsuite/smpi/mpich3-test/f90/pt2pt/allpairf90.f90 @@ -26,7 +26,7 @@ call test_pair_ssend( comm, errs ) call test_pair_rsend( comm, errs ) call test_pair_isend( comm, errs ) - !call test_pair_irsend( comm, errs ) !FIXME + call test_pair_irsend( comm, errs ) call test_pair_issend( comm, errs ) call test_pair_psend( comm, errs ) !call test_pair_prsend( comm, errs ) -- 2.20.1