From: Augustin Degomme Date: Wed, 17 Jul 2019 20:57:44 +0000 (+0200) Subject: these can now be activated X-Git-Tag: v3.24~288 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/837323233c2556b31bf424e593f38ab6a3622687?hp=2c02b1b6297713d02480098bfa31d62c926eed29 these can now be activated --- 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 )