Skip to content

Fix incorrect restart change of parameters

Matthieu Schaller requested to merge fix_incorrect_restart_change into master

Two small changes:

  • Fix the re-reading of some of the scheduler parameters upon restart to actually overwrite the old value not the default.
  • Add the option to overwrite Scheduler:engine_max_parts_per_cooling upon restart.

Am I right in thinking that the first one was a mistake? i.e. when restarting a job the current code will always use the default?

Edited by Matthieu Schaller

Merge request reports