Skip to content

Commit

Permalink
- use list scheduler as default hpcom scheduler
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23180 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Volker Waurich committed Nov 4, 2014
1 parent 0b28874 commit 38dc646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Util/Flags.mo
Expand Up @@ -871,7 +871,7 @@ constant ConfigFlag CORBA_OBJECT_REFERENCE_FILE_PATH = CONFIG_FLAG(48, "corbaObj
Util.gettext("Sets the path for corba object reference file if +d=interactiveCorba is used."));

constant ConfigFlag HPCOM_SCHEDULER = CONFIG_FLAG(49, "hpcomScheduler",
NONE(), EXTERNAL(), STRING_FLAG("levelfix"), NONE(),
NONE(), EXTERNAL(), STRING_FLAG("list"), NONE(),
Util.gettext("Sets the scheduler for task graph scheduling (list | listr | level | levelfix | ext | mcp | taskdep | tds | bls | none). Default: levelfix."));

constant ConfigFlag TEARING_HEURISTIC = CONFIG_FLAG(50, "tearingHeuristic",
Expand Down

0 comments on commit 38dc646

Please sign in to comment.