tjhladish / AbcSmc

Sequential Monte Carlo Approximate Bayesian Computation with Partial Least Squares parameter estimator
GNU General Public License v3.0
15 stars 7 forks source link

encapsulates MPI support #21

Closed pearsonca closed 1 year ago

pearsonca commented 1 year ago

This moves the MPI support into it's own h/cpp. I think longer term, this might want to be an option for AbcSim functors - i.e. push the management of the MPI elements into the simulation wrapper.

That might entail changing the simulator invocation to support "call n of these"? Not sure.

pearsonca commented 1 year ago

n.b. this is sequenced off plssep, so that should be settled / merged first.