This file is indexed.

/usr/lib/openmpi/include/mpif-io-constants.h is in libopenmpi-dev 1.10.2-8ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
! -*- fortran -*-
! WARNING! THIS IS A GENERATED FILE!!
! ANY EDITS YOU PUT HERE WILL BE LOST!
! ==> Instead, edit topdir/ompi/include/mpif-values.pl.

! Copyright (c) 2004-2006 The Trustees of Indiana University and Indiana
!                         University Research and Technology
!                         Corporation.  All rights reserved.
! Copyright (c) 2004-2010 The University of Tennessee and The University
!                         of Tennessee Research Foundation.  All rights
!                         reserved.
! Copyright (c) 2004-2007 High Performance Computing Center Stuttgart,
!                         University of Stuttgart.  All rights reserved.
! Copyright (c) 2004-2005 The Regents of the University of California.
!                         All rights reserved.
! Copyright (c) 2006-2012 Cisco Systems, Inc.  All rights reserved.
! Copyright (c) 2009      Oak Ridge National Labs.  All rights reserved.
! $COPYRIGHT$
!
! Additional copyrights may follow
!
! $HEADER$
!

        integer MPI_DISPLACEMENT_CURRENT
        integer MPI_MODE_APPEND
        integer MPI_MODE_CREATE
        integer MPI_MODE_DELETE_ON_CLOSE
        integer MPI_MODE_EXCL
        integer MPI_MODE_RDONLY
        integer MPI_MODE_RDWR
        integer MPI_MODE_SEQUENTIAL
        integer MPI_MODE_UNIQUE_OPEN
        integer MPI_MODE_WRONLY
        integer MPI_SEEK_CUR
        integer MPI_SEEK_END
        integer MPI_SEEK_SET

        parameter (MPI_DISPLACEMENT_CURRENT=-54278278)
        parameter (MPI_MODE_APPEND=128)
        parameter (MPI_MODE_CREATE=1)
        parameter (MPI_MODE_DELETE_ON_CLOSE=16)
        parameter (MPI_MODE_EXCL=64)
        parameter (MPI_MODE_RDONLY=2)
        parameter (MPI_MODE_RDWR=8)
        parameter (MPI_MODE_SEQUENTIAL=256)
        parameter (MPI_MODE_UNIQUE_OPEN=32)
        parameter (MPI_MODE_WRONLY=4)
        parameter (MPI_SEEK_CUR=602)
        parameter (MPI_SEEK_END=604)
        parameter (MPI_SEEK_SET=600)