This file is indexed.

/usr/share/openmpi/help-mpi-coll-ml.txt is in openmpi-common 1.10.2-8ubuntu1.

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
# -*- text -*-
#
# Copyright (c) 2009-2014 Oak Ridge National Laboratory.  All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
#
# $HEADER$
#
# This is the US/English help file for Open MPI's Hierarchical Collective
# Component (coll/ml).
#
[empty-sub-group]
ML topology configuration explicitly requested for this subgroup: 

    %s

Such configuration results in a creation of empty groups. As a result, ML
framework cannot configure requested collective operations. ML framework will be
disabled. One configuration that might enable ML component is --mca bcol_base_string basesmuma,ptpcoll 
--mca sbgp_base_subgroups_string basesmuma,p2p

[allreduce-not-supported]
This BCOL is configured in one of the hierarchy :

    %s

The BCOL does not support Allreduce for all
operations and datatype combination. In addition, you did not suggest 
alternate topology building configurations.

[allreduce-alt-nosupport]
The hierarchy is configured with alternate BCOL:

    %s

Both the original topology and alternate topology not support Allreduce for all
operations and datatype combination. In addition, you did not suggest 
alternate topology building configurations.

[fragmentation-disabled]

ML could not be used because the mca param coll_ml_enable_fragmentation
was set to zero and there is a bcol that does not support 
zero copy method.

[static-bcast-disabled]

ML could not be used because the mca param coll_ml_bcast_algorithm
was not set to static and other broadcast implementation was available.