Skip to content

Old oop style parallel support

Tom Holden requested to merge tholden:old-oop-style into old-oop-style

Contains two improvements.

  1. Supports initialization from a structure, which is necessary for one work round to this issue: https://github.com/DynareTeam/dynare/issues/1400 .
  2. Ensures the emptydatesobject is always initialized. Again this is necessary in a parallel context as initialize might not have been called on parallel workers. (For example, the pool may have collapsed and restarted.)

See also my related pull requests to dynare and dseries:

Edited by Sébastien Villemot

Merge request reports