ilpincy/argos3

Not using threads on WSL2 (Windows 11)

adamcate opened this issue · 2 comments

I'm getting a message "not using threads" on my WSL2 Ubuntu distro, even though I have it set to use multiple virtual cores, is this a known issue / is it normal?

What is the value of the threads attribute under framework/system? Perhaps it is something like this:

<framework>
    <system threads="0" />
</framework>

That worked, thank you