DOI-BOR / ostrich

An optimization toolkit for model calibration
GNU General Public License v2.0
1 stars 1 forks source link

Remove GML all worker solve of first solution #11

Closed dloney closed 2 years ago

dloney commented 4 years ago

All workers in the parallel GML solve the initial condition. It is preferable for only one to solve the iteration, and pass the information to the other workers. This is likely dependent on #7, which is necessary to synchronize the model state among the workers.

dloney commented 2 years ago

This has been updated in the dev branch.