
* Show the help message for all errors, not just EINVAL * Put the help message in the correct helpfile * Fix grammar and spelling, and expand the help message cmr=v1.7.5:ticket=trac:4431 This commit was SVN r31173. The following SVN revision numbers were found above: r31172 --> open-mpi/ompi@3e51d28b97 The following Trac tickets were found above: Ticket 4431 --> https://svn.open-mpi.org/trac/ompi/ticket/4431
34 строки
1.0 KiB
Plaintext
34 строки
1.0 KiB
Plaintext
# -*- text -*-
|
|
#
|
|
# Copyright (c) 2013 Mellanox Technologies, Inc.
|
|
# All rights reserved.
|
|
# Copyright (c) 2014 Cisco Systems, Inc. All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
# This is the US/English help file for Open SHMEM MCA error messages.
|
|
#
|
|
[create segment failure]
|
|
The OpenSHMEM "sysv" plugin in the "sshmem" framework failed to
|
|
allocate a shared memory segment via the shmat(2) system call. This
|
|
usually means that there are not enough resources available to the
|
|
SYSV shared memory subsystem on your server.
|
|
|
|
Your OpenSHMEM job will now abort.
|
|
|
|
Server: %s
|
|
Requested shared
|
|
memory segment size: %u
|
|
Specific error: %s (%d)
|
|
|
|
You can try the following:
|
|
|
|
1. Use a different sshmem plugin (e.g., "mmap") with "--mca sshmem mmap".
|
|
2. Decrease the symmetric heap area size with "-x
|
|
SHMEM_SYMMETRIC_HEAP_SIZE=<value>".
|
|
3. Increase your system's allowable SYSV shared memory segment size
|
|
(e.g., via the SHMMAX and/or SMMAX kernel parameters).
|