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 (c) 2013 Los Alamos National Security, LLC. All rights
0015 ! reserved.
0016 ! Copyright (c) 2019 Triad National Security, LLC. All rights
0017 ! reserved.
0018 ! $COPYRIGHT$
0019 !
0020 ! Additional copyrights may follow
0021 !
0022 ! $HEADER$
0023 !
0024
0025 !
0026 ! This file contains the output from configure that is relevant for
0027 ! Fortran applications and a few values that are necessary to
0028 ! compile the Fortran modules (e.g., MPI_STATUS_SIZE).
0029 !
0030
0031 !
0032 ! OMPI version
0033 ! This file is generated from configure; do not edit it manually.
0034 !
0035 integer OMPI_MAJOR_VERSION, OMPI_MINOR_VERSION
0036 integer OMPI_RELEASE_VERSION
0037 parameter (OMPI_MAJOR_VERSION=5)
0038 parameter (OMPI_MINOR_VERSION=0)
0039 parameter (OMPI_RELEASE_VERSION=5)
0040 !
0041 ! Kind parameters
0042 !
0043 integer MPI_OFFSET_KIND, MPI_ADDRESS_KIND, MPI_INTEGER_KIND
0044 integer MPI_COUNT_KIND
0045 parameter (MPI_INTEGER_KIND=4)
0046 parameter (MPI_ADDRESS_KIND=8)
0047 parameter (MPI_OFFSET_KIND=8)
0048 parameter (MPI_COUNT_KIND=8)
0049 !
0050 ! Miscellaneous constants
0051 !
0052 integer MPI_STATUS_SIZE
0053 parameter (MPI_STATUS_SIZE=6)
0054 !
0055 ! Configurable length constants
0056 !
0057 integer MPI_MAX_PROCESSOR_NAME
0058 integer MPI_MAX_ERROR_STRING
0059 integer MPI_MAX_OBJECT_NAME
0060 integer MPI_MAX_LIBRARY_VERSION_STRING
0061 integer MPI_MAX_INFO_KEY
0062 integer MPI_MAX_INFO_VAL
0063 integer MPI_MAX_PORT_NAME
0064 integer MPI_MAX_DATAREP_STRING
0065 integer MPI_MAX_PSET_NAME_LEN
0066 integer MPI_MAX_STRINGTAG_LEN
0067 parameter (MPI_MAX_PROCESSOR_NAME=256-1)
0068 parameter (MPI_MAX_ERROR_STRING=256-1)
0069 parameter (MPI_MAX_OBJECT_NAME=64-1)
0070 parameter (MPI_MAX_LIBRARY_VERSION_STRING=256-1)
0071 parameter (MPI_MAX_INFO_KEY=36-1)
0072 parameter (MPI_MAX_INFO_VAL=256-1)
0073 parameter (MPI_MAX_PORT_NAME=1024-1)
0074 parameter (MPI_MAX_DATAREP_STRING=128-1)
0075 parameter (MPI_MAX_PSET_NAME_LEN=512-1)
0076 parameter (MPI_MAX_STRINGTAG_LEN=1024-1)
0077
0078 !
0079 ! MPI F08 conformance
0080 !
0081 logical MPI_SUBARRAYS_SUPPORTED
0082 logical MPI_ASYNC_PROTECTS_NONBLOCKING
0083 ! Hard-coded for .false. for now
0084 parameter (MPI_SUBARRAYS_SUPPORTED= .false.)
0085 ! Hard-coded for .false. for now
0086 parameter (MPI_ASYNC_PROTECTS_NONBLOCKING = .false.)
0087