Skip to content

Commit

Permalink
[kao] add a final extra_metasched_func call to allow exec after queue…
Browse files Browse the repository at this point in the history
…(s) handling
  • Loading branch information
augu5te committed Sep 9, 2024
1 parent e3f8fb3 commit c6e3615
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions oar/kao/meta_sched.py
Original file line number Diff line number Diff line change
Expand Up @@ -1044,6 +1044,18 @@ def extra_metasched_func(*args): # null function
current_time_sec,
)

extra_metasched_func(
session,
prev_queues,
plt,
scheduled_jobs,
all_slot_sets,
job_security_time,
None,
initial_time_sec,
extra_metasched_config,
)

(
jobs_to_launch_with_security_time,
jobs_to_launch_with_security_time_lst,
Expand Down

0 comments on commit c6e3615

Please sign in to comment.