Blame test/mpi/f08/pt2pt/dummyf08.f90

Packit 0848f5
! This file created from test/mpi/f77/pt2pt/dummyf.f with f77tof90
Packit 0848f5
! -*- Mode: Fortran; -*-
Packit 0848f5
!
Packit 0848f5
!  (C) 2011 by Argonne National Laboratory.
Packit 0848f5
!      See COPYRIGHT in top-level directory.
Packit 0848f5
!
Packit 0848f5
!
Packit 0848f5
! This file is used to disable certain compiler optimizations that
Packit 0848f5
! can cause incorrect results with the test in greqf.f.  It provides a
Packit 0848f5
! point where extrastate may be modified, limiting the compilers ability
Packit 0848f5
! to move code around.
Packit 0848f5
! The include of mpif.h is not needed in the F77 case but in the
Packit 0848f5
! F90 case it is, because in that case, extrastate is defined as an
Packit 0848f5
! integer (kind=MPI_ADDRESS_KIND), and the script that creates the
Packit 0848f5
! F90 tests from the F77 tests looks for mpif.h
Packit 0848f5
      subroutine dummyupdate( extrastate )
Packit 0848f5
      use mpi_f08
Packit 0848f5
      integer (kind=MPI_ADDRESS_KIND) extrastate, valin, valout, val
Packit 0848f5
Packit 0848f5
      end