source: proiecte/hpl/openmpi_compiled/share/openmpi/help-mpi-common-sm.txt @ 97

Last change on this file since 97 was 97, checked in by (none), 14 years ago

Adding compiled files

File size: 860 bytes
Line 
1# -*- text -*-
2#
3# Copyright (c) 2009 Cisco Systems, Inc.  All rights reserved.
4#
5# $COPYRIGHT$
6#
7# Additional copyrights may follow
8#
9# $HEADER$
10#
11# This is the US/English help file for Open MPI's common shmem support.
12#
13[sys call fail]
14A system call failed during shared memory initialization that should
15not have.  It is likely that your MPI job will now either abort or
16experience performance degredation.
17
18  Local host:  %s
19  System call: %s %s
20  Error:       %s (errno %d)
21#
22[mmap too small]
23Open MPI requested a shared memory segment that was too small to do
24anything useful.  This is likely an error in Open MPI itself.  If you
25see this error, you should see if there is an update available for
26Open MPI, and if not, contact the Open MPI developers.
27
28  Local host:        %s
29  Requested size:    %ul
30  Control seg size:  %ul
31  Data seg aligment: %ul
Note: See TracBrowser for help on using the repository browser.