Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

about execute_from_args document #616

Closed
MichaelBBTiger opened this issue Jan 10, 2025 · 1 comment · Fixed by #617
Closed

about execute_from_args document #616

MichaelBBTiger opened this issue Jan 10, 2025 · 1 comment · Fixed by #617
Assignees

Comments

@MichaelBBTiger
Copy link

https://docs.rs/timely/latest/timely/execute/fn.execute_from_args.html

“The arguments currently understood by execute_from_args are:
-w, --workers: number of per-process worker threads.
-n, --processes: number of processes involved in the computation.
-p, --process: identity of this process; from 0 to n-1.
-h, --hostfile: a text file whose lines are “hostname:port” in order of process identity. If not specified, localhost will be used, with port numbers increasing from 2101 (chosen arbitrarily). ”

It seems that the long parameters, such as --workers, are no longer effective, and the documentation can be updated to remove them.

@antiguru
Copy link
Member

Oh, it's a documentation bug: it should be -w, --threads, which is still supported.

antiguru added a commit to antiguru/timely-dataflow that referenced this issue Jan 10, 2025
Fixes TimelyDataflow#616

Signed-off-by: Moritz Hoffmann <antiguru@gmail.com>
@antiguru antiguru self-assigned this Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants