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

Conversation

marktwtn
Copy link
Collaborator

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 #86.

src/pow_c.c Show resolved Hide resolved
src/compat-ccurl.c Outdated Show resolved Hide resolved
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.
@jserv jserv merged commit a5fda48 into DLTcollab:dev Nov 30, 2018
@marktwtn marktwtn deleted the support-iri-command-option branch November 30, 2018 09:38
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 this pull request may close these issues.

None yet

3 participants