Skip to content

Running on a single node

Jeremy Leung edited this page Jun 23, 2020 · 3 revisions

WESTPA and its "threads/processes" work managers are created to parallelize across multiple available cores similar to the OS threading model. To call the manager, one can use the following flags while initializing and running the simulation.

To initialize:

w_init --work-manager=threads “$@”

To run:

w_run --work-manager processes “$@”

Clone this wiki locally