Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add simple support for MPI_Rsend, MPI_Rsend_init.
[simgrid.git] / teshsuite / smpi / mpich3-test / f90 / pt2pt / allpairf90.f90
index a0cfd21..037f601 100644 (file)
@@ -24,9 +24,9 @@
 
          call test_pair_send( comm, errs )
          call test_pair_ssend( comm, errs )
-         !call test_pair_rsend( comm, errs )
+         call test_pair_rsend( comm, errs )
          call test_pair_isend( comm, errs )
-         !call test_pair_irsend( comm, errs )
+         !call test_pair_irsend( comm, errs ) !FIXME
          call test_pair_issend( comm, errs )
          call test_pair_psend( comm, errs )
          !call test_pair_prsend( comm, errs )