X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d0ffc37686edcc803601f76ab51fdfed5fc2f241..7a28ba92ba965d725cea3144fdc496e35e84006a:/teshsuite/smpi/mpich3-test/f90/coll/exscanf90.f90 diff --git a/teshsuite/smpi/mpich3-test/f90/coll/exscanf90.f90 b/teshsuite/smpi/mpich3-test/f90/coll/exscanf90.f90 index 1f1ec517e7..59cb7e447b 100644 --- a/teshsuite/smpi/mpich3-test/f90/coll/exscanf90.f90 +++ b/teshsuite/smpi/mpich3-test/f90/coll/exscanf90.f90 @@ -10,10 +10,12 @@ integer count, datatype integer i -! if (datatype .ne. MPI_INTEGER) then -! write(6,*) 'Invalid datatype passed to user_op()' -! return -! endif + if (.false.) then + if (datatype .ne. MPI_INTEGER) then + write(6,*) 'Invalid datatype passed to user_op()' + return + endif + endif do i=1, count cout(i) = cin(i) + cout(i)