changing library to version 1.1.2
[openmpi-llc.git] / ompi / mpi / f90 / scripts / mpi_wtick_f90.f90.sh
blob4c48947b25d3f253377592d8f6061aa7c30af14e
1 #! /bin/sh
4 # Copyright (c) 2004-2006 The Trustees of Indiana University and Indiana
5 # University Research and Technology
6 # Corporation. All rights reserved.
7 # Copyright (c) 2004-2005 The Regents of the University of California.
8 # All rights reserved.
9 # Copyright (c) 2006 Cisco Systems, Inc. All rights reserved.
10 # $COPYRIGHT$
12 # Additional copyrights may follow
14 # $HEADER$
17 # This flie was not generated by XML scripts; it was written by hand.
18 # It may be generated someday, but at this point, it was simpler to
19 # just write it by hand.
21 . "$1/fortran_kinds.sh"
23 # This entire file is only generated in small or larger modules. So
24 # if we're not at least small, bail now.
26 check_size small
27 if test "$output" = "0"; then
28 exit 0
31 # Ok, we should continue.
33 cat <<EOF
35 function MPI_Wtick()
36 implicit none
37 double precision :: MPI_Wtick, foo
38 call MPI_Wtick_f90(foo)
39 MPI_Wtick = foo
40 end function MPI_Wtick
42 EOF