1
1
openmpi/opal/mca/shmem/windows/help-opal-shmem-windows.txt
Samuel Gutierrez 1f24f1d305 Update the data types used in opaldf to minimize the chance of overflow when
determining the amount of available space. Thanks to Eugene for pointing out the
issue.

This commit was SVN r27436.
2012-10-11 16:11:23 +00:00

32 строки
854 B
Plaintext

# -*- text -*-
#
# Copyright (c) 2009-2011 Cisco Systems, Inc. All rights reserved.
# Copyright (c) 2010-2012 Los Alamos National Security, LLC.
# All rights reserved.
#
# $COPYRIGHT$
#
# Additional copyrights may follow
#
# $HEADER$
#
# This is the US/English help file for Open MPI's common shmem support.
#
[sys call fail]
A system call failed during shared memory initialization that should
not have. It is likely that your MPI job will now either abort or
experience performance degradation.
Local host: %s
System call: %s %s
Error: %s (errno %d)
#
[target full]
It appears as if there is not enough space for %s (the shared-memory backing
file). It is likely that your MPI job will now either abort or experience
performance degradation.
Local host: %s
Space Requested: %lu B
Space Available: %llu B