Skip to content

Change intensity computation do the minimum during multiprocessing part

Thomas Vincent requested to merge tvincent/xsocs:update-intensity-mp into master

For intensity computation, only the sum is done in multiprocessing and the saving the HDF5 is done in the main thread of the main process. From what I tested, this avoids an issue on macOS (issue #79 (closed)).

Merge request reports