Hi, I’d like to know is it possible to assign core#/Thread#(cpu#) like image? Also want to know how to synchronise them.
Thank you.
Hi, I’d like to know is it possible to assign core#/Thread#(cpu#) like image? Also want to know how to synchronise them.
Thank you.
It is not possible. Some components have internal multi-threading, but that just means the cores you have are used simultaneously to compute the various iterations that make up the solution state for a single component. The solver in Grasshopper is not able to execute different components simultaneously.
Hi David, thank you for your support. I will find another way.
Akito