colcon / colcon-parallel-executor

Extension for colcon to process packages in parallel
http://colcon.readthedocs.io
Apache License 2.0
2 stars 4 forks source link

consider sched_getaffinity when limiting parallel workers #17

Closed dirk-thomas closed 5 years ago

dirk-thomas commented 5 years ago

Since some CI providers like Circle CI limit the CPUs allocated to the container it is beneficial to use that information for the maximum number of workers.

Similar to colcon/colcon-cmake#37.