Nr of threads for multithreaded executor

Hello,

In chapter 5.6 it states:

This is because the Multi-Threaded Executor starts ONE THREAD PER NODE ADDED


This is incorrect: by default it starts as many threads as the nr. of hardware threads that are supported, with a minimum of two.

See the corresponding code in multi_threaded_executor.cpp:

Hello @JRTG ,

Many thanks for your feedback. We will check it out and fix it asap.

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.