-
Hello, Is there a way I can specify the number of cores I want to use in a simulation? Looking at handler.py I see the standard is number_of_cores // 2, but my freeflame.py simulations only use 1 core in my 4 cores CPU. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Hi, could you post what command you used? (Especially what options you specified) |
Beta Was this translation helpful? Give feedback.
-
On a separate note, the command line interface currently doesn't support the specification of a number of cores. However, you can use the scripted API ... see minimal example, where you can specify the option |
Beta Was this translation helpful? Give feedback.
Hi, could you post what command you used? (Especially what options you specified)