Running Hops on single thread

Hey everyone,

I am doing some performance testing of Hops and would like to compare single vs multi thread performance. my hops block is showing the two dots indicating multi thread but i cant seem to be able to turn off parallel computing.

image

i tried turning off parallel computing for each of the blocks that support multi thread in the hops file but its still showing the two dots in the Hops block.

thanks in advance!

I intentionally removed the option as you shoud never be running Hops in the single threaded mode. Single threaded doesn’t even really make sense as there are all sorts of threads always being used to make out of process calls to compute. It also completely messes up the asynchronous mode.

If you really want to test “single threaded” style performance, make sure that you only have one compute instance running.

i undestand, thank you