Skip to content

Allow to set number of processes

Thomas Vincent requested to merge tvincent/xsocs:numcores into master

This MR allows to set the max number of cores from the command line, e.g., xsocs gui --numcores 2 Internally, it adds a library-wide config object (idea taken from silx) storing the number of processes.

It still needs testing.

closes #53 (closed)

Edited by Thomas Vincent

Merge request reports