Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rob Latham
MPICH-BlueGene
Commits
e3f9c4b5
Commit
e3f9c4b5
authored
Aug 28, 2008
by
Darius Buntinas
Browse files
[svn-r3037] forgot to check return code
parent
bc11da33
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mpid/ch3/src/ch3u_rma_sync.c
View file @
e3f9c4b5
...
@@ -374,7 +374,8 @@ static int create_datatype(const MPIDI_RMA_dtype_info *dtype_info,
...
@@ -374,7 +374,8 @@ static int create_datatype(const MPIDI_RMA_dtype_info *dtype_info,
displaces
,
displaces
,
datatypes
,
datatypes
,
&
combined_datatype
);
&
combined_datatype
);
if
(
mpi_errno
)
MPIU_ERR_POP
(
mpi_errno
);
ints
[
0
]
=
count
;
ints
[
0
]
=
count
;
MPID_Datatype_get_ptr
(
combined_datatype
,
*
combined_dtp
);
MPID_Datatype_get_ptr
(
combined_datatype
,
*
combined_dtp
);
...
...
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