PEREGRINE-GW / peregrine

A simulation-based Inference (SBI) library designed to perform analysis on a wide class of gravitational wave signals
MIT License
12 stars 4 forks source link

[FR] Faster parallelisation using joblib instead of mutliprocess #3

Open Uddiptaatwork opened 1 year ago

Uddiptaatwork commented 1 year ago

In the current implementation of parallelised simulations, a mild lag is caused due to the communication between shell and python while executing the subprocesses in parallel.

james-alvey-42 commented 8 months ago

We can make this part of the new peregrine simulator class

Uddiptaatwork commented 8 months ago