File: help-mpi-pml-ob1.txt

package info (click to toggle)
openmpi 5.0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 202,312 kB
  • sloc: ansic: 612,441; makefile: 42,495; sh: 11,230; javascript: 9,244; f90: 7,052; java: 6,404; perl: 5,154; python: 1,856; lex: 740; fortran: 61; cpp: 20; tcl: 12
file content (44 lines) | stat: -rw-r--r-- 1,717 bytes parent folder | download | duplicates (6)
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
# -*- text -*-
#
# Copyright (c) 2009      Sun Microsystems, Inc.  All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
#
# $HEADER$
#
[eager_limit_too_small]
The "eager limit" MCA parameter in the %s BTL was set to a value which
is too low for Open MPI to function properly.  Please re-run your job
with a higher eager limit value for this BTL; the exact MCA parameter
name and its corresponding minimum value is shown below.

  Local host:              %s
  BTL name:                %s
  BTL eager limit value:   %d (set via btl_%s_eager_limit)
  BTL eager limit minimum: %d
  MCA parameter name:      btl_%s_eager_limit
#
[cuda_eager_limit_too_small]
The "CUDA eager limit" MCA parameter in the %s BTL was set to a value which
is too low for Open MPI to function properly.  Please re-run your job
with a higher CUDA eager limit value for this BTL; the exact MCA parameter
name and its corresponding minimum value is shown below.

  Local host:                   %s
  BTL name:                     %s
  BTL CUDA eager limit value:   %d (set via btl_%s_cuda_eager_limit)
  BTL CUDA eager limit minimum: %d
  MCA parameter name:           btl_%s_cuda_eager_limit
#
[cuda_rdma_limit_too_small]
The "CUDA rdma limit" MCA parameter in the %s BTL was set to a value which
is too low for Open MPI to function properly.  Please re-run your job
with a higher CUDA rdma limit value for this BTL; the exact MCA parameter
name and its corresponding minimum value is shown below.

  Local host:                   %s
  BTL name:                     %s
  BTL CUDA rndv limit value:    %d (set via btl_%s_cuda_rdma_limit)
  BTL CUDA rndv limit minimum:  %d
  MCA parameter name:           btl_%s_cuda_rdma_limit