Warning, file /include/mpif.h was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
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-2014 Cisco Systems, Inc. All rights reserved.
0014 ! Copyright (c) 2017 Research Organization for Information Science
0015 ! and Technology (RIST). All rights reserved.
0016 ! $COPYRIGHT$
0017 !
0018 ! Additional copyrights may follow
0019 !
0020 ! $HEADER$
0021 !
0022 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
0023 ! WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
0024 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
0025 !
0026 ! Do ***not*** copy this file to the directory where your Fortran
0027 ! fortran application is compiled unless it is absolutely necessary! Most
0028 ! modern Fortran compilers now support the -I command line flag, which
0029 ! tells the compiler where to find .h files (specifically, this one). For
0030 ! example:
0031 !
0032 ! shell$ mpifort foo.f -o foo -I$OMPI_HOME/include
0033 !
0034 ! will probably do the trick (assuming that you have set OMPI_HOME
0035 ! properly).
0036 !
0037 ! That being said, OMPI's "mpifort" wrapper compiler should
0038 ! automatically include the -I option for you. The following command
0039 ! should be equivalent to the command listed above:
0040 !
0041 ! shell$ mpifort foo.f -o foo
0042 !
0043 ! You should not copy this file to your local directory because it is
0044 ! possible that this file will be changed between versions of Open MPI.
0045 ! Indeed, this mpif.h is incompatible with the mpif.f of other
0046 ! implementations of MPI. Using this mpif.h with other implementations
0047 ! of MPI, or with other versions of Open MPI will result in undefined
0048 ! behavior (to include incorrect results, segmentation faults,
0049 ! unexplainable "hanging" in your application, etc.). Always use the
0050 ! -I command line option instead (or let mpifort do it for you).
0051 !
0052 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
0053 ! WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
0054 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
0055
0056 include 'mpif-config.h'
0057 include 'mpif-constants.h'
0058 include 'mpif-handles.h'
0059 include 'mpif-io-constants.h'
0060 include 'mpif-io-handles.h'
0061 include 'mpif-externals.h'
0062 include 'mpif-sentinels.h'
0063 include 'mpif-sizeof.h'