This file is indexed.

/etc/mpich2/mpixxx_opts.conf is in libmpich2-dev 1.4.1-1ubuntu1.

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
MYCMD=`echo "$0" | sed 's%\/% %g' | awk '{print $NF}' -`

cat <<_EOF
Usage: $MYCMD [options] file....

Available $MYCMD options:
    -echo         - Show exactly what this program is doing.
                    This option should normally not be used.
    -show         - Show the commands that would be used without runnning them.
    -compile-info - Show how to compile a program.
    -link-info    - Show how to link a program.
    -v            - Version info of $MYCMD and its native compiler $NC.
    -help         - Give this help message.
    -mpe=XXX      - Build with MPE option, XXX.
                    See "$MYCMD -mpe=help" for more information.
    -profile=XXX  - Use profiling configuration file,
                    $sysconfdir/XXX.conf
                    As a special case, libXXX.so or libXXX.la may be used
                    if the library is in $libdir.
    -config=XXX   - Use configuration file, $MYCMD-XXX.conf.
_EOF