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 / pt2pt / dummyf.f
index 7524a19..7cac7ba 100644 (file)
@@ -1,14 +1,14 @@
-C -*- Mode: Fortran; -*- 
+C -*- Mode: Fortran; -*-
 C
 C  (C) 2010 by Argonne National Laboratory.
 C      See COPYRIGHT in top-level directory.
 C
 C
 C This file is used to disable certain compiler optimizations that
-C can cause incorrect results with the test in greqf.f.  It provides a 
+C can cause incorrect results with the test in greqf.f.  It provides a
 C point where extrastate may be modified, limiting the compilers ability
 C to move code around.
-C The include of mpif.h is not needed in the F77 case but in the 
+C The include of mpif.h is not needed in the F77 case but in the
 C F90 case it is, because in that case, extrastate is defined as an
 C integer (kind=MPI_ADDRESS_KIND), and the script that creates the
 C F90 tests from the F77 tests looks for mpif.h