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
SWIFT
SWIFTsim
Commits
044bce3e
Commit
044bce3e
authored
Aug 22, 2017
by
Peter W. Draper
Browse files
Formatting
parent
699d0b20
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/engine.c
View file @
044bce3e
...
...
@@ -4616,7 +4616,8 @@ void engine_init(struct engine *e, struct space *s,
error
(
"Failed to initialize barrier."
);
/* Expected average for tasks per cell. If set to zero we use a heuristic
* guess based on the numbers of cells and how many tasks per cell we expect. */
* guess based on the numbers of cells and how many tasks per cell we expect.
*/
e
->
tasks_per_cell
=
parser_get_opt_param_int
(
params
,
"Scheduler:tasks_per_cell"
,
0
);
...
...
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