This file is indexed.

/usr/share/doc/libopenmpi-dev/README.Debian is in libopenmpi-dev 2.1.1-8.

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
Open MPI for Debian - Developer Notes
-------------------------------------

MPI Alternatives
----------------

The current Open MPI version of Debian uses the Debian Alternatives system.
Although Open MPI might replace most of the existing MPI implementations in the
future (see http://www.open-mpi.org/faq/?category=general#why), we decided to
not affect any other MPI implementation already installed on your system.

You can setup Open MPI as default MPI implementation by selecting openmpi as
the "mpi" alternative:

  update-alternatives --config mpi

Please note that there is a bug in update-alternatives (namely #388313) that
may cause trouble when you install several development packages of other
MPI implementations, i.e. LAM or MPICH.

If you would like to build Debian packages that link against multiple MPI 
implementations, we recommend to point your build system to the locations
under /usr/lib instead of relying on update-alternatives. This may also allow
parallel builds.

 -- Debian Open MPI Team <pkg-openmpi-maintainers@lists.alioth.debian.org>, Mon, 21 Jul 2008 16:34:30 +0200