This file is indexed.

/usr/share/openmpi/help-oob-ud.txt is in openmpi-common 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
 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
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
# -*- text -*-
#
# Copyright (c) 2004-2006 The Trustees of Indiana University and Indiana
#                         University Research and Technology
#                         Corporation.  All rights reserved.
# Copyright (c) 2004-2006 The University of Tennessee and The University
#                         of Tennessee Research Foundation.  All rights
#                         reserved.
# Copyright (c) 2004-2005 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.
#               2015      Mellanox Technologies, Inc.
#                         All rights reserved.
# Copyright (c) 2015 Cisco Systems, Inc.  All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
#
# $HEADER$
#
[no-devices-error]
Open MPI has detected a failure in a basic verbs function call.  This
is unusual, and may indicate that something is malfunctioning on this
system.

You job will continue, but Open MPI will ignore the "ud" oob component
in this run.

Verbs function: ibv_get_device_list()
Error:          %s
Hostname:       %s

Please contact your system administrator.
#
[no-ports-usable]
Open MPI has detected that there are UD-capable Verbs devices on your
system, but none of them were able to be setup properly.  This may
indicate a problem on this system.

You job will continue, but Open MPI will ignore the "ud" oob component
in this run.

Hostname: %s
#
[reg-mr-failed]
Failed to register memory region (MR):

Hostname: %s
Address:  %x
Length:   %lu
Error:    %s
#
[notify-cq-failed]
Failed to request completion notification on a completion queue (CQ):

Hostname: %s
Error:    %s
#
[create-cq-failed]
Failed to create a completion queue (CQ):

Hostname: %s
Requested CQE: %d
Error:    %s

Check the CQE attribute.
#
[create-qp-failed]
Failed to create a queue pair (QP):

Hostname: %s
Requested max number of outstanding WRs in the SQ:                %u
Requested max number of outstanding WRs in the RQ:                %u
Requested max number of SGEs in a WR in the SQ:                   %u
Requested max number of SGEs in a WR in the RQ:                   %u
Requested max number of data that can be posted inline to the SQ: %u
Error:    %s

Check requested attributes.
#
[poll-cq-failed]
Failed to poll the CQ cq for work completions:

Hostname: %s
Number of entries: %d
Error:    %s
#
[poll-cq-failed-wc]
Failed to poll the CQ cq for work completions:

Hostname: %s
Number of entries: %d
Entry ID :         %d
WC status: %d
#
[post-send-failed]
Failed to post a list of work requests (WRs) to a send queue:

Hostname: %s
Error:    %s
#
[post-recv-failed]
Failed to post a list of work requests (WRs) to a receive queue:

Hostname: %s
Error:    %s
#
[modify-qp-failed]
Failed to modify the attributes of a queue pair (QP):

Hostname: %s
Mask for QP attributes to be modified: %d
Error:    %s
#
[destroy-qp-failed]
Failed to destroy a queue pair (QP):

Hostname: %s
Error:    %s
#