How can I make the process faster ( more threads)
Issue #43
closed
The program runs almost perfect my only problem is the slow time to get it done. A couple of days back I notice that iPHOP was running with only 1 thread, so How can I allocate more threads?
I already try to see the Help but it wasn’t helped me at all.
Comments (2)
-
repo owner -
repo owner - changed status to closed
Answered
- Log in to comment
Hi,
You should be able to use the parameter “-t”, e.g.
for 12 threads.
Did you try this already, and it did not speed things up ?