Job flow WIP.
This commit is contained in:
parent
bcef4b12ec
commit
3ad11685cc
14 changed files with 126 additions and 25 deletions
|
@ -74,7 +74,7 @@ App::exec()
|
|||
Mem::allocate(m_options->algo(), m_options->threads(), m_options->doubleHash());
|
||||
Summary::print();
|
||||
|
||||
Workers::start(m_options->threads());
|
||||
Workers::start(m_options->threads(), m_options->affinity(), m_options->nicehash());
|
||||
|
||||
m_network->connect();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue