Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill trailing whitespaces in teshsuite/smpi/{isp,mpich3-test}.
[simgrid.git] / teshsuite / smpi / mpich3-test / f77 / coll / allredint8f.f
index 10ece87..0dd82aa 100644 (file)
@@ -1,4 +1,4 @@
-C -*- Mode: Fortran; -*- 
+C -*- Mode: Fortran; -*-
 C
 C  (C) 2006 by Argonne National Laboratory.
 C      See COPYRIGHT in top-level directory.
@@ -10,14 +10,14 @@ C
       integer errs, ierr
 
       errs = 0
-      
+
       call mtest_init( ierr )
 C
 C A simple test of allreduce for the optional integer*8 type
 
-      call mpi_allreduce(inbuf, outbuf, 1, MPI_INTEGER8, MPI_SUM, 
+      call mpi_allreduce(inbuf, outbuf, 1, MPI_INTEGER8, MPI_SUM,
      &                   MPI_COMM_WORLD, ierr)
-      
+
       call mtest_finalize( errs )
       call mpi_finalize( ierr )
       end