ilpincy / argos3

A parallel, multi-engine simulator for heterogeneous swarm robotics
http://www.argos-sim.info/
268 stars 121 forks source link

Not using threads on WSL2 (Windows 11) #214

Closed adamcate closed 2 years ago

adamcate commented 2 years ago

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?

allsey87 commented 2 years ago

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

<framework>
    <system threads="0" />
</framework>
adamcate commented 2 years ago

That worked, thank you