btl/vader: more updates to the help messages
Этот коммит содержится в:
родитель
55a5c99ff0
Коммит
d72fc7a05f
@ -17,52 +17,63 @@
|
|||||||
# This is the US/English help file for Open MPI's shared memory support.
|
# This is the US/English help file for Open MPI's shared memory support.
|
||||||
#
|
#
|
||||||
[sys call fail]
|
[sys call fail]
|
||||||
A system call failed during sm BTL initialization that should
|
A system call failed during vader shared memory BTL initialization
|
||||||
not have. It is likely that your MPI job will now either abort or
|
that should not have. It is likely that your MPI job will now either
|
||||||
experience performance degradation.
|
abort or experience performance degradation.
|
||||||
|
|
||||||
System call: %s
|
System call: %s
|
||||||
Error: %s (errno %d)
|
Error: %s (errno %d)
|
||||||
#
|
#
|
||||||
[no locality]
|
[no locality]
|
||||||
WARNING: Missing locality information required for sm initialization.
|
WARNING: Missing locality information required for vader shared memory
|
||||||
Continuing without shared memory support.
|
BTL initialization. Continuing without shared memory support.
|
||||||
#
|
#
|
||||||
[knem permission denied]
|
[knem permission denied]
|
||||||
Open MPI failed to open the /dev/knem device due to a permissions
|
WARING: Open MPI failed to open the /dev/knem device due to a
|
||||||
problem. Please check with your system administrator to get the
|
permissions problem. Please check with your system administrator to
|
||||||
permissions fixed, or set the btl_sm_use_knem MCA parameter to 0 to
|
get the permissions fixed, or set the btl_vader_single_copy_mechanism
|
||||||
run without /dev/knem support.
|
MCA variable to none to silence this warning and run without knem
|
||||||
|
support.
|
||||||
|
|
||||||
Local host: %s
|
Local host: %s
|
||||||
/dev/knem permissions: 0%o
|
/dev/knem permissions: 0%o
|
||||||
#
|
#
|
||||||
[knem fail open]
|
[knem fail open]
|
||||||
Open MPI failed to open the /dev/knem device due to a local error.
|
WARNING: Open MPI failed to open the /dev/knem device due to a local
|
||||||
Please check with your system administrator to get the problem fixed,
|
error. Please check with your system administrator to get the problem
|
||||||
or set the btl_sm_use_knem MCA parameter to 0 to run without /dev/knem
|
fixed, or set the btl_vader_single_copy_mechanism MCA variable to none
|
||||||
support.
|
to silence this warning and run without knem support.
|
||||||
|
|
||||||
|
The vader shared memory BTL will fall back on another single-copy
|
||||||
|
mechanism if one is available. This may result in lower performance.
|
||||||
|
|
||||||
Local host: %s
|
Local host: %s
|
||||||
Errno: %d (%s)
|
Errno: %d (%s)
|
||||||
#
|
#
|
||||||
[knem get ABI fail]
|
[knem get ABI fail]
|
||||||
Open MPI failed to retrieve the ABI version from the /dev/knem device
|
WARNING: Open MPI failed to retrieve the ABI version from the
|
||||||
due to a local error. This usually indicates an error in your
|
/dev/knem device due to a local error. This usually indicates an
|
||||||
/dev/knem installation; please check with your system administrator,
|
error in your knem installation; please check with your system
|
||||||
or set the btl_sm_use_knem MCA parameter to 0 to run without /dev/knem
|
administrator, or set the btl_vader_single_copy_mechanism MCA variable
|
||||||
support.
|
to none to silence this warning and run without knem support.
|
||||||
|
|
||||||
|
The vader shared memory BTL will fall back on another single-copy
|
||||||
|
mechanism if one is available. This may result in lower performance.
|
||||||
|
|
||||||
Local host: %s
|
Local host: %s
|
||||||
Errno: %d (%s)
|
Errno: %d (%s)
|
||||||
#
|
#
|
||||||
[knem ABI mismatch]
|
[knem ABI mismatch]
|
||||||
Open MPI was compiled with support for one version of the knem kernel
|
WARNING: Open MPI was compiled with support for one version of the
|
||||||
module, but it discovered a different version running in /dev/knem.
|
knem kernel module, but it discovered a different version running in
|
||||||
Open MPI needs to be installed with support for the same version of
|
/dev/knem. Open MPI needs to be installed with support for the same
|
||||||
knem as is in the running Linux kernel. Please check with your system
|
version of knem as is in the running Linux kernel. Please check with
|
||||||
administrator, or set the btl_sm_use_knem MCA parameter to 0 to run
|
your system administrator, or set the btl_vader_single_copy_mechanism
|
||||||
without /dev/knem support.
|
MCA variable to none to silence this warning and run without knem
|
||||||
|
support.
|
||||||
|
|
||||||
|
The vader shared memory BTL will fall back on another single-copy
|
||||||
|
mechanism if one is available. This may result in lower performance.
|
||||||
|
|
||||||
Local host: %s
|
Local host: %s
|
||||||
Open MPI's knem version: 0x%x
|
Open MPI's knem version: 0x%x
|
||||||
@ -70,24 +81,32 @@ without /dev/knem support.
|
|||||||
#
|
#
|
||||||
[knem mmap fail]
|
[knem mmap fail]
|
||||||
Open MPI failed to map support from the knem Linux kernel module; this
|
Open MPI failed to map support from the knem Linux kernel module; this
|
||||||
shouldn't happen. Please check with your system administrator, or set
|
shouldn't happen. Please check with your system administrator, or set
|
||||||
the btl_sm_use_knem MCA parameter to 0 to run without /dev/knem support.
|
the btl_vader_single_copy_mechanism MCA variable to none to silence
|
||||||
|
this warning and run without knem support.
|
||||||
|
|
||||||
|
The vader shared memory BTL will fall back on another single-copy
|
||||||
|
mechanism if one is available. This may result in lower performance.
|
||||||
|
|
||||||
Local host: %s
|
Local host: %s
|
||||||
System call: mmap()
|
System call: mmap()
|
||||||
Errno: %d (%s)
|
Errno: %d (%s)
|
||||||
#
|
#
|
||||||
[knem init error]
|
[knem init error]
|
||||||
Open MPI encountered an error during the knem initialization. Please
|
Open MPI encountered an error during the knem initialization. Please
|
||||||
check with your system administrator, or set the btl_sm_use_knem MCA
|
check with your system administrator, or set the
|
||||||
parameter to 0 to run without /dev/knem support.
|
btl_vader_single_copy_mechanism MCA variable to none to silence this
|
||||||
|
warning and run without knem support.
|
||||||
|
|
||||||
|
The vader shared memory BTL will fall back on another single-copy
|
||||||
|
mechanism if one is available. This may result in lower performance.
|
||||||
|
|
||||||
Local host: %s
|
Local host: %s
|
||||||
System call: %s
|
System call: %s
|
||||||
Errno: %d (%s)
|
Errno: %d (%s)
|
||||||
#
|
#
|
||||||
[knem requested but not available]
|
[knem requested but not available]
|
||||||
WARNING: Linux kernel Knem support was requested via the
|
WARNING: Linux kernel knem support was requested via the
|
||||||
btl_vader_single_copy_mechanism MCA parameter, but Knem support was either not
|
btl_vader_single_copy_mechanism MCA parameter, but Knem support was either not
|
||||||
compiled into this Open MPI installation, or Knem support was unable
|
compiled into this Open MPI installation, or Knem support was unable
|
||||||
to be activated in this process.
|
to be activated in this process.
|
||||||
@ -102,8 +121,8 @@ WARNING: Linux kernel CMA support was requested via the
|
|||||||
btl_vader_single_copy_mechanism MCA variable, but CMA support is
|
btl_vader_single_copy_mechanism MCA variable, but CMA support is
|
||||||
not available due to restrictive ptrace settings.
|
not available due to restrictive ptrace settings.
|
||||||
|
|
||||||
The vader BTL will fall back on another single-copy mechanism if one
|
The vader shared memory BTL will fall back on another single-copy
|
||||||
is available. This may result in lower performance.
|
mechanism if one is available. This may result in lower performance.
|
||||||
|
|
||||||
Local host: %s
|
Local host: %s
|
||||||
#
|
#
|
||||||
@ -111,8 +130,8 @@ is available. This may result in lower performance.
|
|||||||
WARNING: Could not generate an xpmem segment id for this process'
|
WARNING: Could not generate an xpmem segment id for this process'
|
||||||
address space.
|
address space.
|
||||||
|
|
||||||
The vader BTL will fall back on another single-copy mechanism if one
|
The vader shared memory BTL will fall back on another single-copy
|
||||||
is available. This may result in lower performance.
|
mechanism if one is available. This may result in lower performance.
|
||||||
|
|
||||||
Local host: %s
|
Local host: %s
|
||||||
Error code: %d (%s)
|
Error code: %d (%s)
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user