slsdetectorgroup / aare

Data analysis library for PSI hybrid detectors
Other
0 stars 0 forks source link

receive multimodule #65

Closed Bechir-Brahem closed 5 months ago

Bechir-Brahem commented 6 months ago

receive frames from two zmq_streams (two receivers) setup can be found in commands_multimodule.md

Setup a proof of concept for task distribution/parallelization using a ventiliator-worker-sink pattern. workers can run on multiple nodes, ventilator distributes tasks, sink synchronizes/collects results. same code can be used for parallelization by running multiple processes of the worker on the same machine.