Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sds
margo
Commits
f104680d
Commit
f104680d
authored
Aug 22, 2017
by
Shane Snyder
Browse files
make sure init sets caller's es to snoozer
parent
e1f07a01
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/margo.c
View file @
f104680d
...
...
@@ -99,8 +99,7 @@ margo_instance_id margo_init(const char *addr_str, int mode,
ret
=
ABT_init
(
0
,
NULL
);
/* XXX: argc/argv not currently used by ABT ... */
if
(
ret
!=
0
)
goto
err
;
/* set primary ES to idle without polling */
/* XXX: is this right? always set snoozer scheduler on the calling xstream? */
/* set caller (self) ES to idle without polling */
ret
=
ABT_snoozer_xstream_self_set
();
if
(
ret
!=
0
)
goto
err
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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