Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix errors in make distcheck.
[simgrid.git] / teshsuite / smpi / mpich3-test / f90 / pt2pt / dummyf90.f90
1 ! This file created from test/mpi/f77/pt2pt/dummyf.f with f77tof90
2 ! -*- Mode: Fortran; -*- 
3 !
4 !  (C) 2010 by Argonne National Laboratory.
5 !      See COPYRIGHT in top-level directory.
6 !
7 !
8 ! This file is used to disable certain compiler optimizations that
9 ! can cause incorrect results with the test in greqf.f.  It provides a 
10 ! point where extrastate may be modified, limiting the compilers ability
11 ! to move code around.
12 ! The include of mpif.h is not needed in the F77 case but in the 
13 ! F90 case it is, because in that case, extrastate is defined as an
14 ! integer (kind=MPI_ADDRESS_KIND), and the script that creates the
15 ! F90 tests from the F77 tests looks for mpif.h
16       subroutine dummyupdate( extrastate )
17       use mpi
18       integer (kind=MPI_ADDRESS_KIND) extrastate, valin, valout, val
19
20       end