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
sds
ssg
Commits
f3dd5b9a
Commit
f3dd5b9a
authored
Oct 04, 2016
by
Jonathan Jenkins
Browse files
typo in conditional
parent
5edcac2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ssg.c
View file @
f3dd5b9a
...
...
@@ -361,7 +361,7 @@ hg_return_t ssg_lookup(ssg_t s, hg_context_t *hgctx)
// rank is set, perform lookup
hg_return_t
hret
;
for
(
int
i
=
(
s
->
rank
=
=
SSG_EXTERNAL_RANK
);
i
<
s
->
num_addrs
;
i
++
)
{
for
(
int
i
=
(
s
->
rank
!
=
SSG_EXTERNAL_RANK
);
i
<
s
->
num_addrs
;
i
++
)
{
int
r
=
(
eff_rank
+
i
)
%
s
->
num_addrs
;
out
[
r
].
cb_count
=
&
cb_count
;
hret
=
HG_Addr_lookup
(
hgctx
,
&
ssg_lookup_cb
,
&
out
[
r
],
...
...
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