forked from open-mpi/ompi
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
osc/pt2pt: workaround for issue 2614 for v2.0.2
As a workaround for issue open-mpi#2614 for the v2.0.2 release, do not allow for selection of the OSC PT2PT when creating an MPI RMA window. Print a hopefully helpful message and return an not-supported error. This PR should be reverted once a fix for open-mpi#2614 is in place. Signed-off-by: Howard Pritchard <howardp@lanl.gov>
- Loading branch information
Showing
3 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# -*- text -*- | ||
# | ||
# Copyright (c) 2016 Los Alamos National Security, LLC. All rights | ||
# reserved. | ||
# | ||
# $COPYRIGHT$ | ||
# | ||
# Additional copyrights may follow | ||
# | ||
# $HEADER$ | ||
# | ||
[mpi-thread-multiple-not-supported] | ||
The OSC pt2pt component does not support MPI_THREAD_MULTIPLE in this release. | ||
Workarounds are to run on a single node, or to use a system with an RDMA | ||
capable network such as Infiniband. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters