Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
dinamica_console [2026/07/08 22:01] hermann |
dinamica_console [2026/07/11 22:00] (current) hermann |
||
|---|---|---|---|
| Line 16: | Line 16: | ||
| * ''-granularity=[granularity]'' — Override the default granularity multiplier value used to break jobs into parallel tasks. | * ''-granularity=[granularity]'' — Override the default granularity multiplier value used to break jobs into parallel tasks. | ||
| * ''-propagate-exceptions'' — Propagate top-level exceptions instead of only reporting them and exiting. | * ''-propagate-exceptions'' — Propagate top-level exceptions instead of only reporting them and exiting. | ||
| - | * ''-disable-submodel-expansions'' — Disable submodel expansions before running the script. | + | * ''-disable-submodel-expansions'' — Disable submodel expansions before running the script. See [[submodels#submodel_expansion_and_execution|Submodel Expansion and Execution]] for details on what expansion does. |
| * ''-disable-copy-optimization'' — Disable data copy optimization during script execution. //Only use this setting if you know what you are doing//. | * ''-disable-copy-optimization'' — Disable data copy optimization during script execution. //Only use this setting if you know what you are doing//. | ||
| - | * ''-remove-redundant-carriers'' — Remove all unnecessary intermediate carrier functors before executing a model. | + | * ''-remove-redundant-carriers'' — Remove all unnecessary intermediate carrier functors before executing a model. See [[submodels#submodel_expansion_and_execution|Submodel Expansion and Execution]] for details. |
| * ''-dont-run'' — Parse and validate the model script, but do not execute it. Useful together with ''-output'' to only convert a script. | * ''-dont-run'' — Parse and validate the model script, but do not execute it. Useful together with ''-output'' to only convert a script. | ||