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
b455f5be
Commit
b455f5be
authored
Jan 08, 2015
by
Norio Yamaguchi
Committed by
Pavan Balaji
Jun 11, 2015
Browse files
x86 don't care 8byte alignment in llctofu_poll
parent
2cfc91c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mpid/ch3/channels/nemesis/netmod/tofu/tofu_send.c
View file @
b455f5be
...
...
@@ -727,8 +727,9 @@ int llctofu_poll(int in_blocking_poll,
buff
=
events
[
0
].
side
.
responder
.
addr
;
bsiz
=
events
[
0
].
side
.
responder
.
length
;
#ifndef notdef_hsiz_hack
#if defined(__sparc__)
MPIU_Assert
(((
uintptr_t
)
buff
%
8
)
==
0
);
MPIU_Assert
(
bsiz
>=
sizeof
(
MPID_nem_tofu_netmod_hdr_t
));
#endif
#endif
/* notdef_hsiz_hack */
{
MPIU_DBG_MSG_D
(
CH3_CHANNEL
,
VERBOSE
,
...
...
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