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

Support "--pow-threads" command line option of IRI #87

Merged
merged 1 commit into from
Nov 30, 2018

Commits on Nov 30, 2018

  1. Support "--pow-threads" command line option of IRI

    If the "--pow-threads" value is greater than 0 and less than the maximum available resources,
    the number of threads would be equal to the "--pow-threads" value.
    Otherwise, the number of threads would be set with the original mechanism.
    
    The GPU and FPGA implementation are not affected by the "--pow-threads".
    
    Close DLTcollab#86.
    marktwtn committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    97f50b1 View commit details
    Browse the repository at this point in the history