X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ba1c6dce93f9ab740c9d66e268572e5c803b5edb..bb12a168512ced7a0f1e4924d367c87ed7c22d1c:/teshsuite/smpi/mpich3-test/f77/ext/allocmemf.f diff --git a/teshsuite/smpi/mpich3-test/f77/ext/allocmemf.f b/teshsuite/smpi/mpich3-test/f77/ext/allocmemf.f index cc8792d672..cb4b0d65a2 100644 --- a/teshsuite/smpi/mpich3-test/f77/ext/allocmemf.f +++ b/teshsuite/smpi/mpich3-test/f77/ext/allocmemf.f @@ -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.