optimamodel / optima

Optima HIV software tool
http://optimamodel.com
GNU Lesser General Public License v3.0
7 stars 1 forks source link

(2) Improve export data for scenarios and optimizations and parallel scenarios #1904

Closed kelvinburke closed 1 year ago

kelvinburke commented 1 year ago

Add parallel option to runscenarios, which (for speed) creates a copy of the project with only the needed parset and progset. it does this because running in parallel pickles and unpickles (essentially copying) the project anyway, so it is quicker if we copy the project with all the parsets and progsets once, and then the pickling and unpickling is only with the one parset and progset needed for that scenario