Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rob Latham
MPICH-BlueGene
Commits
2d14dba2
Commit
2d14dba2
authored
Nov 04, 2010
by
William Gropp
Browse files
[svn-r7414] Fix error class used for out-of-memory
parent
328be2c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mpid/dcmfd/src/pt2pt/mpidi_irecv.c
View file @
2d14dba2
...
...
@@ -33,11 +33,12 @@ MPIDI_Irecv_rsm(void * buf,
if
(
rreq
==
NULL
)
{
*
request
=
rreq
;
/* MPI_ERR_NO_MEM is specific to MPI_ALLOC_MEM */
mpi_errno
=
MPIR_Err_create_code
(
MPI_SUCCESS
,
MPIR_ERR_FATAL
,
func
,
__LINE__
,
MPI_ERR_
NO_MEM
,
MPI_ERR_
OTHER
,
"**nomem"
,
0
);
return
mpi_errno
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment