Skip to content

[WIP] Add documentation to explain which parts of VPR are parellel #3041

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions doc/src/vpr/command_line_usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,12 @@ General Options

If this option is not specified it may be set from the ``VPR_NUM_WORKERS`` environment variable; otherwise the default is used.

If this option is set to something other than 1, the following algorithms can be run in parallel:

* Timing Analysis
* Routing (If routing algorithm is set to parallel or parallel_decomp; See :option:`--router_algorithm`)
* Portions of analytical placement (If using the analytical placement flow and compiled VPR with Eigen enabled; See :option:`--analytical_place`)

.. note:: To compile VPR to allow the usage of parallel workers, ``libtbb-dev`` must be installed in the system.

**Default:** ``1``
Expand Down