[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.0.2-49-gbf6355f
mysql vizuser
noreply at mpich.org
Fri Feb 22 13:56:42 CST 2013
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "MPICH primary repository".
The branch, master has been updated
via bf6355f4fafc14088c69fd0761e075adeef7b591 (commit)
from 9e68dcf86dbd5ef70ea937f277aed512f14ce36e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.mpich.org/mpich.git/commitdiff/bf6355f4fafc14088c69fd0761e075adeef7b591
commit bf6355f4fafc14088c69fd0761e075adeef7b591
Author: James Dinan <dinan at mcs.anl.gov>
Date: Fri Feb 22 13:49:18 2013 -0600
Added missing descriptions for new RMA err classes
This patch adds basic error descriptions for the new RMA error classes
that were introduced in MPI 3.0.
Reviewer: none
diff --git a/src/mpi/errhan/baseerrnames.txt b/src/mpi/errhan/baseerrnames.txt
index 4e9c5c1..c66c7fe 100644
--- a/src/mpi/errhan/baseerrnames.txt
+++ b/src/mpi/errhan/baseerrnames.txt
@@ -74,3 +74,7 @@ MPI_ERR_SIZE 51 **rmasize
MPI_ERR_DISP 52 **rmadisp
MPI_ERR_ASSERT 53 **assert
MPIX_ERR_PROC_FAIL_STOP 54 **proc_fail_stop
+MPI_ERR_RMA_RANGE 55 **rmarange
+MPI_ERR_RMA_ATTACH 56 **rmaattach
+MPI_ERR_RMA_SHARED 57 **rmashared
+MPI_ERR_RMA_FLAVOR 58 **rmaflavor
diff --git a/src/mpi/errhan/errnames.txt b/src/mpi/errhan/errnames.txt
index f44112e..4a482c5 100644
--- a/src/mpi/errhan/errnames.txt
+++ b/src/mpi/errhan/errnames.txt
@@ -383,6 +383,10 @@ be in the range 0 to %d
**rmadisp:Invalid displacement argument in RMA call
**rmareqcancel:Request-based RMA operation cannot be cancelled
**rmareqop:Error in request-based RMA operation
+**rmarange:Target memory is not contained within the window
+**rmaattach:Memory cannot be attached
+**rmashared:Memory cannot be shared
+**rmaflavor:Incorrect window flavor
**assert:Invalid assert argument
**lockassertval:Invalid assert argument passed to MPI_Win_lock
**lockassertval %d: Invalid assert argument (%d) passed to MPI_Win_lock
-----------------------------------------------------------------------
Summary of changes:
src/mpi/errhan/baseerrnames.txt | 4 ++++
src/mpi/errhan/errnames.txt | 4 ++++
2 files changed, 8 insertions(+), 0 deletions(-)
hooks/post-receive
--
MPICH primary repository
More information about the commits
mailing list