Skip to content
Snippets Groups Projects

Feature "replay with feedback" ready and tested

Merged Ghost User requested to merge feature/feitelson into master
65 files
+ 2412
268
Compare changes
  • Side-by-side
  • Inline
Files
65
@@ -83,10 +83,6 @@ void BinPacking::make_decisions(double date,
SortableJobOrder::UpdateInformation *update_info,
SortableJobOrder::CompareInformation *compare_info)
{
/* make_decisions from superclass, will in particular take care of sending
* feedback about job status to the users, if broker enabled */
DynScheduler::make_decisions(date, update_info, compare_info);
// Update the available machines
for (const std::string &ended_job_id : _jobs_ended_recently)
{
@@ -156,4 +152,8 @@ void BinPacking::make_decisions(double date,
else
job_it++;
}
/* make_decisions from superclass, will in particular take care of sending
* feedback about job status to the users, if broker enabled */
DynScheduler::make_decisions(date, update_info, compare_info);
}
\ No newline at end of file
Loading