Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-17 09:55:51

0001 ! -*- fortran -*-
0002 !
0003 ! Copyright (c) 2004-2006 The Trustees of Indiana University and Indiana
0004 !                         University Research and Technology
0005 !                         Corporation.  All rights reserved.
0006 ! Copyright (c) 2004-2005 The University of Tennessee and The University
0007 !                         of Tennessee Research Foundation.  All rights
0008 !                         reserved.
0009 ! Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
0010 !                         University of Stuttgart.  All rights reserved.
0011 ! Copyright (c) 2004-2005 The Regents of the University of California.
0012 !                         All rights reserved.
0013 ! Copyright (c) 2006-2017 Cisco Systems, Inc.  All rights reserved
0014 ! $COPYRIGHT$
0015 !
0016 ! Additional copyrights may follow
0017 !
0018 ! $HEADER$
0019 !
0020 
0021 !
0022 !     These "external" statements are specific to the MPI mpif.h
0023 !     interface (and are toxic to the MPI module interfaces),.
0024 !
0025       external MPI_NULL_COPY_FN, MPI_NULL_DELETE_FN
0026       external MPI_COMM_NULL_COPY_FN, MPI_COMM_NULL_DELETE_FN
0027       external MPI_TYPE_NULL_COPY_FN, MPI_TYPE_NULL_DELETE_FN
0028       external MPI_DUP_FN, MPI_COMM_DUP_FN, MPI_TYPE_DUP_FN
0029       external MPI_WIN_NULL_COPY_FN
0030       external MPI_WIN_NULL_DELETE_FN
0031       external MPI_WIN_DUP_FN
0032 !     Note that MPI_CONVERSION_FN_NULL is a "constant" (it is only ever
0033 !     checked for comparison; it is never invoked), but it is passed as
0034 !     a function pointer (to MPI_REGISTER_DATAREP) and therefore must be
0035 !     the same size/type.  It is therefore external'ed here, and not
0036 !     defined with an integer value in mpif-common.h.
0037       external MPI_CONVERSION_FN_NULL
0038 
0039 !
0040 !     double precision functions
0041 !
0042       external MPI_WTIME, MPI_WTICK , PMPI_WTICK, PMPI_WTIME
0043       double precision MPI_WTIME, MPI_WTICK , PMPI_WTICK, PMPI_WTIME
0044 !
0045 !     address integer functions
0046 !
0047       external MPI_AINT_ADD, MPI_AINT_DIFF
0048       integer(kind=MPI_ADDRESS_KIND) MPI_AINT_ADD, MPI_AINT_DIFF