Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
That was added at some point because we couldn't comply. We can, now.
authordegomme <augustin.degomme@unibas.ch>
Mon, 13 Feb 2017 17:10:37 +0000 (18:10 +0100)
committerdegomme <augustin.degomme@unibas.ch>
Tue, 14 Feb 2017 00:41:33 +0000 (01:41 +0100)
teshsuite/smpi/mpich3-test/f90/coll/uallreducef90.f90

index bc42b54..574d649 100644 (file)
@@ -13,7 +13,7 @@
       integer count, datatype
       integer i
       
       integer count, datatype
       integer i
       
-      if (datatype .eq. MPI_INTEGER) then
+      if (datatype .ne. MPI_INTEGER) then
          print *, 'Invalid datatype (',datatype,') passed to user_op()'
          return
       endif
          print *, 'Invalid datatype (',datatype,') passed to user_op()'
          return
       endif