1
1
openmpi/oshmem/mca/sshmem/mmap/help-oshmem-sshmem-mmap.txt
Joshua Ladd b3c6b0629c Clean up sshmem/mmap error messages. This should be added to
cmr=v1.7.5:ticket=4432

This commit was SVN r31180.

The following Trac tickets were found above:
  Ticket 4432 --> https://svn.open-mpi.org/trac/ompi/ticket/4432
2014-03-20 18:22:12 +00:00

29 строки
666 B
Plaintext

# -*- text -*-
#
# Copyright (c) 2014 Mellanox Technologies, Inc.
# All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
#
# $HEADER$
#
#
[mmap segment failed]
The OpenSHMEM "mmap" plugin in the "sshmem" framework failed to
allocate a shared memory segement via the mmap system call. This
usually means that there are not enough resources available to your
memory subsystem on your server.
Your OpenSHMEM job will now abort.
Server: %s
Requested mmap
segment size: %u
Specific error: %s (%d)
You can try to decrease the symmetric heap area with:
"-x SHMEM_SYMMETRIC_HEAP_SIZE=<value>".