source: proiecte/hpl/openmpi_compiled/share/openmpi/help-mpool-base.txt @ 97

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

Adding compiled files

File size: 1.4 KB
Line 
1# -*- text -*-
2#
3# Copyright (c) 2007-2009 Cisco Systems, Inc.  All rights reserved.
4# $COPYRIGHT$
5#
6# Additional copyrights may follow
7#
8# $HEADER$
9#
10[all mem leaks]
11The following memory locations were allocated via MPI_ALLOC_MEM but
12not freed via MPI_FREE_MEM before invoking MPI_FINALIZE:
13
14Process ID: %s
15Hostname:   %s
16PID:        %d
17
18%s
19#
20[some mem leaks]
21The following memory locations were allocated via MPI_ALLOC_MEM but
22not freed via MPI_FREE_MEM before invoking MPI_FINALIZE:
23
24Process ID: %s
25Hostname:   %s
26PID:        %d
27
28%s
29
30%d additional leak%s recorded but %s not displayed here.  Set the MCA
31parameter mpi_show_mpi_alloc_mem_leaks to a larger number to see that
32many leaks, or set it to a negative number to see all leaks.
33#
34[leave pinned failed]
35A process attempted to use the "leave pinned" MPI feature, but no
36memory registration hooks were found on the system at run time.  This
37may be the result of running on a system that does not support memory
38hooks or having some other software subvert Open MPI's use of the
39memory hooks.  You can disable Open MPI's use of memory hooks by
40setting both the mpi_leave_pinned and mpi_leave_pinned_pipeline MCA
41parameters to 0.
42
43Open MPI will disable any transports that are attempting to use the
44leave pinned functionality; your job may still run, but may fall back
45to a slower network transport (such as TCP).
46
47  Mpool name: %s
48  Process:    %s
49  Local host: %s
Note: See TracBrowser for help on using the repository browser.