X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7a28ba92ba965d725cea3144fdc496e35e84006a..837323233c2556b31bf424e593f38ab6a3622687:/teshsuite/smpi/mpich3-test/f77/pt2pt/allpairf.f diff --git a/teshsuite/smpi/mpich3-test/f77/pt2pt/allpairf.f b/teshsuite/smpi/mpich3-test/f77/pt2pt/allpairf.f index e6d46aa2d9..f3ef158c82 100644 --- a/teshsuite/smpi/mpich3-test/f77/pt2pt/allpairf.f +++ b/teshsuite/smpi/mpich3-test/f77/pt2pt/allpairf.f @@ -23,11 +23,11 @@ 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_sendrecv( comm, errs )