Skip to content

Fix issue with function nproc

Marcel Loose requested to merge RAP-822_fix-bug-in-function-nproc into master

The function nproc() uses os.sched_getaffinity(), which is not available on every OS. It now uses multiprocessing.cpu_count() as fall-back.

Closes RAP-822

Merge request reports

Loading