]> AND Public Git Repository - simgrid.git/blobdiff - teshsuite/smpi/mpich3-test/f77/ext/allocmemf.f
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'battery-get-name' into 'master'
[simgrid.git] / teshsuite / smpi / mpich3-test / f77 / ext / allocmemf.f
index cc8792d6728d1e28f9978ea08994440b6001a8de..cb4b0d65a224506d4c17369aa8b51664ae561b1c 100644 (file)
@@ -1,4 +1,4 @@
-C -*- Mode: Fortran; -*- 
+C -*- Mode: Fortran; -*-
 C
 C  (C) 2004 by Argonne National Laboratory.
 C      See COPYRIGHT in top-level directory.
@@ -7,7 +7,7 @@ C
         implicit none
         include 'mpif.h'
 C
-C This program makes use of a common (but not universal; g77 doesn't 
+C This program makes use of a common (but not universal; g77 doesn't
 C have it) extension: the "Cray" pointer.  This allows MPI_Alloc_mem
 C to allocate memory and return it to Fortran, where it can be used.
 C As this is not standard Fortran, this test is not run by default.