Skip to content
Snippets Groups Projects
Commit 33322a8a authored by Pedro Gonnet's avatar Pedro Gonnet
Browse files

add a warning comment to the scheduler_doforcesplit option.

Former-commit-id: fc7345b204e3bec3d8ccfa6d5bba3d670c97cb85
parent 005a88e9
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,9 @@
#define scheduler_dosub 1
#define scheduler_maxsteal 10
#define scheduler_maxtries 2
#define scheduler_doforcesplit 0
#define scheduler_doforcesplit 0 /* Beware: switching this on can/will
break engine_addlink as it assumes
a maximum number of tasks per cell. */
/* Flags . */
#define scheduler_flag_none 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment