This file is indexed.

/usr/share/openmpi/help-rmcast-base.txt is in openmpi1.5-common 1.5.4-0ubuntu1.

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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# -*- text -*-
#
# Copyright (c) 2009      Cisco Systems, Inc.  All rights reserved. 
# $COPYRIGHT$
# 
# Additional copyrights may follow
# 
# $HEADER$
#
# This is the US/English general help file for Open RTE.
#
[unrecognized-network]
An out-of-range value for the multicast transmit network was specified:

  Network: %s

Please specify a valid network - as a reminder, you can use

ompi_info -param rmcast all

to see the allowed values.
#
[value-out-of-range]
The specified parameter is outside of the range or in an
incorrect format:

  Parameter: %s
  Range/Format: %s

Please adjust the value and try again.
#
[value-range]
The specified parameter is outside of valid range:

  Parameter: %s
  Value given: %d
  Valid range: %s

Please adjust the value and try again.
#
[no-avail-interfaces]
No multicast interfaces are available. Please contact
your system administrator for assistance.
#
[invalid-net-mask]
We were unable to parse the provided network interface:

  Interface: %s
  Error: %s

The interface must be one of the following forms:

  123.456.789.123
  123.456/16
  123.456.789

The system can parse any one of these, and will find an interface
that matches within the provided scope. Please revise your input
and try again.
#
[too-many-values]
The specified parameter includes too many values:

  Paramater: %s
  Value: %s
  Number of results: %d
  Allowed number: %d

Please adjust the value and try again.