From: Augustin Degomme Date: Thu, 18 Jul 2019 15:04:18 +0000 (+0200) Subject: finally activate all weird modes of allpairf(90) X-Git-Tag: v3.24~284 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/e986f811127f7851f896dc4759b60929036e7550?hp=fae8bb2359200e3b42825d648a0e7ffcec168bb1 finally activate all weird modes of allpairf(90) --- 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 )