Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
margo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
12
Issues
12
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
sds
margo
Commits
cf673d43
Commit
cf673d43
authored
Jun 13, 2018
by
Philip Carns
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typo
- if dedicated rpc threads are used, they should use _WAIT scheduler as well
parent
2a628b25
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
margo.c
src/margo.c
+1
-1
No files found.
src/margo.c
View file @
cf673d43
...
...
@@ -249,7 +249,7 @@ margo_instance_id margo_init(const char *addr_str, int mode,
if
(
ret
!=
ABT_SUCCESS
)
goto
err
;
for
(
i
=
0
;
i
<
rpc_thread_count
;
i
++
)
{
ret
=
ABT_sched_create_basic
(
ABT_SCHED_BASIC
,
1
,
&
rpc_pool
,
ret
=
ABT_sched_create_basic
(
ABT_SCHED_BASIC
_WAIT
,
1
,
&
rpc_pool
,
ABT_SCHED_CONFIG_NULL
,
&
rpc_scheds
[
i
]);
if
(
ret
!=
ABT_SUCCESS
)
goto
err
;
ret
=
ABT_xstream_create
(
rpc_scheds
[
i
],
rpc_xstreams
+
i
);
...
...
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