You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the C target at least, the command-line argument -w does not work:
CountDoubleDestination -w 8
ERROR: Unrecognized command-line argument: -w
Command-line arguments:
-f, --fast [true | false]
Whether to wait for physical time to match logical time.
-o, --timeout <duration> <units>
Stop after the specified amount of logical time, where units are one of
nsec, usec, msec, sec, minute, hour, day, week, or the plurals of those.
-k, --keepalive
Whether continue execution even when there are no events to process.
-w, --workers <n>
Executed in <n> threads if possible (optional feature).
-i, --id <n>
The ID of the federation that this reactor will join.
Command given:
/Users/eal/git/lf-lang.github.io/packages/documentation/code/c/bin/CountDoubleDestination -w 8
The variant --workers does work.
The text was updated successfully, but these errors were encountered:
In the C target at least, the command-line argument
-w
does not work:The variant
--workers
does work.The text was updated successfully, but these errors were encountered: