Skip to content

Commit 4d9c047

Browse files
committed
Merge pull request #1546 from hjelmn/mpool_rewrite
rcache: add missing file
2 parents d76f0ba + 9046424 commit 4d9c047

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# -*- text -*-
2+
#
3+
# Copyright (c) 2007-2009 Cisco Systems, Inc. All rights reserved.
4+
# Copyright (c) 2015 Los Alamos National Security, LLC. All rights
5+
# reserved.
6+
# $COPYRIGHT$
7+
#
8+
# Additional copyrights may follow
9+
#
10+
# $HEADER$
11+
#
12+
[leave pinned failed]
13+
A process attempted to use the "leave pinned" MPI feature, but no
14+
memory registration hooks were found on the system at run time. This
15+
may be the result of running on a system that does not support memory
16+
hooks or having some other software subvert Open MPI's use of the
17+
memory hooks. You can disable Open MPI's use of memory hooks by
18+
setting both the mpi_leave_pinned and mpi_leave_pinned_pipeline MCA
19+
parameters to 0.
20+
21+
Open MPI will disable any transports that are attempting to use the
22+
leave pinned functionality; your job may still run, but may fall back
23+
to a slower network transport (such as TCP).
24+
25+
Mpool name: %s
26+
Process: %s
27+
Local host: %s
28+
#
29+
[cannot deregister in-use memory]
30+
Open MPI intercepted a call to free memory that is still being used by
31+
an ongoing MPI communication. This usually reflects an error in the
32+
MPI application; it may signify memory corruption. Open MPI will now
33+
abort your job.
34+
35+
Mpool name: %s
36+
Local host: %s
37+
Buffer address: %p
38+
Buffer size: %lu

0 commit comments

Comments
 (0)