Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
activate tests for subarrays
[simgrid.git] / teshsuite / smpi / mpich3-test / f90 / coll / redscatf90.f90
index 2230ac2fa6f12d81b49fc43af9b5e97b3024d1f9..496d17827797d1cb724db32b953808988e512141 100644 (file)
       integer count, datatype
       integer i
       
-!      if (datatype .ne. MPI_INTEGER) then
-!         write(6,*) 'Invalid datatype ',datatype,' passed to user_op()'
-!         return
-!      endif
+      if (.false.) then
+         if (datatype .ne. MPI_INTEGER) then
+            write(6,*) 'Invalid datatype ',datatype,' passed to user_op()'
+            return
+         endif
+      endif
 
       do i=1, count
          cout(i) = cin(i) + cout(i)