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

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