nuclear-multimessenger-astronomy / nmma

A pythonic library for probing nuclear physics and cosmology with multimessenger analysis
https://nuclear-multimessenger-astronomy.github.io/nmma/
GNU General Public License v3.0
30 stars 58 forks source link

multi config analysis #229

Closed sahiljhawar closed 12 months ago

sahiljhawar commented 1 year ago

The aim of this PR is to allow multiple model/configuration analysis with the use config/yaml file, follows from #214, #215 and b4fd564. However there are several pitfalls when using MPI:

For now I would recommended not to use yaml file for multiple configuration analysis, since it might break somewhere in between.

Use the given commands to duplicate the issues:

I would like everyone who knows MPI (possibly much more than me) to have a look on this. Also, DO NOT MERGE :')

mcoughlin commented 1 year ago

@tsunhopang Any chance you can help @sahiljhawar ?

sahiljhawar commented 12 months ago

Continued in #230