X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b57a6cd86e76c696a0429ef9002b3162de002d1c..e986f811127f7851f896dc4759b60929036e7550:/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 a9ea69d68c..49b047f156 100644 --- a/teshsuite/smpi/mpich3-test/f77/pt2pt/allpairf.f +++ b/teshsuite/smpi/mpich3-test/f77/pt2pt/allpairf.f @@ -25,11 +25,11 @@ 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_prsend( comm, errs ) - !call test_pair_pssend( 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 ) call test_pair_sendrecvrepl( comm, errs ) call mtestFreeComm( comm )