Skip to content

Commit

Permalink
Improved --parmodauto flag documentation
Browse files Browse the repository at this point in the history
Explained it only works in Linux
  • Loading branch information
casella committed Oct 27, 2022
1 parent 1874c84 commit 0051929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMCompiler/Compiler/Util/Flags.mo
Expand Up @@ -1375,7 +1375,7 @@ constant ConfigFlag NEW_BACKEND = CONFIG_FLAG(143, "newBackend",

constant ConfigFlag PARMODAUTO = CONFIG_FLAG(144, "parmodauto",
NONE(), EXTERNAL(), BOOL_FLAG(false), NONE(),
Gettext.gettext("Experimental: Enable parallelization of independent systems of equations in the translated model."));
Gettext.gettext("Experimental: Enable parallelization of independent systems of equations in the translated model. Only works on Linux systems."));

constant ConfigFlag INTERACTIVE_PORT = CONFIG_FLAG(145, "interactivePort",
NONE(), EXTERNAL(), INT_FLAG(0), NONE(),
Expand Down

0 comments on commit 0051929

Please sign in to comment.