Skip to content

Issue 826 : Correcting PropagatorParallelizer for Numerical propagators

Louis Aucouturier requested to merge louis_aucouturier/orekit:Issue-826 into develop
  • Modification were made on AbstractIntegratedPropagator and PropagatorParallelizer to reach the last steps of all threads before shutdown.

  • Simple tests were setup to check the behaviour, with regard to time

  • Performance might be impacted by the NumericalPropagator's getGeneratedEphemeris calls, as they now produce the ephemeris from the DenseModel at each call.

Merge request reports