Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
these can now be activated
[simgrid.git] / teshsuite / smpi / mpich3-test / f77 / pt2pt / allpairf.f
index ddc5164..f3ef158 100644 (file)
@@ -23,13 +23,13 @@ C      verbose = .true.
       do while ( mtestGetIntraComm( comm, 2, .false. ) )
          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 )
          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_pssend( comm, errs )
          call test_pair_sendrecv( comm, errs )
          call test_pair_sendrecvrepl( comm, errs )
          call mtestFreeComm( comm )