Skip to content

Adjust number of threads per worker if it exceeds number of physical cpus (fixes #215)

Joakim Löw requested to merge joakim.low/climix:adjust-threads-per-worker into main

Added a check to reduce number of threads per worker if it exceeds number of available physical cpus, which would otherwise result in zero workers.

Merge request reports