This file is indexed.

/usr/lib/mpich-mpd/etc/mpif90.conf is in libmpich-mpd1.0-dev 1.2.7-10ubuntu1.

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

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
#! /bin/sh
# Default compiler configuration
#
# Directory locations: Fixed for any MPI implementation
prefix=/usr/lib/mpich-mpd
exec_prefix=${prefix}
sysconfdir=${exec_prefix}/etc
includedir=${prefix}/include
libdir=${exec_prefix}/lib
#
# Directory locations: Can change for each Fortran version
f90includedir=${includedir}
f90libdir=${libdir}
#
F90BASE="gfortran"
F90LINKERBASE="gfortran"
LDFLAGSBASE="-Wl,-Bsymbolic-functions -Wl,-z,relro"
BASE_FFLAGS=" "
F90INC="@F90_INCDIR@"
F90MODINC="@F90MODINCFLAG@"
F90MODINCSPEC="-I<dir>"
USER_FFLAGS="-fPIC -g -O2"
#
# Linker flags
F90_LDFLAGS=""
BASE_LIB_LIST="   -lpthread  -lrt "
FLIB_LIST=""
FLIB_PATH_LEADER="-L"
FLIB_PATH="${libdir}"
LIB_PATH="-L${libdir} "
FLIBNAME="mpich-p4mpd"
MPILIBNAME="mpich-p4mpd"
# set to yes if the PMPI routines are in the same library with the MPI routines
# (for example, they are built with weak symbols).
MPI_WITH_PMPI="yes"
#
hasMPE="yes"
# Shared library support
SHAREDKIND=gcc
SHARED_LIB_SEARCH_PATH_LEADER=-Wl,-rpath -Wl,
SHARED_LIB_LOCALDIR=
sharedlibdir=/build/buildd/mpich-1.2.7/image_mpich-mpd/lib/shared
#