Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
these can now be activated
authorAugustin Degomme <adegomme@gmail.com>
Wed, 17 Jul 2019 20:57:44 +0000 (22:57 +0200)
committerAugustin Degomme <adegomme@gmail.com>
Wed, 17 Jul 2019 20:57:44 +0000 (22:57 +0200)
teshsuite/smpi/mpich3-test/f77/pt2pt/allpairf.f
teshsuite/smpi/mpich3-test/f90/pt2pt/allpairf90.f90

index a9ea69d..f3ef158 100644 (file)
@@ -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 )
index 037f601..3500615 100644 (file)
@@ -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 )