Skip to content

Commit

Permalink
Debug log added
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosT committed Aug 16, 2024
1 parent 3cac113 commit ded8de3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions oar/kao/scheduling.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ def find_resource_hierarchies_job(itvs_slots, hy_res_rqts, hy):
:return [ProcSet]: \
The allocation if found, otherwise an empty :class:`procset.ProcSet`
"""
logger.info("hy_res_rqt: {}, itvs_slots: {}".format(hy_res_rqt, itvs_slots))
result = ProcSet()
for hy_res_rqt in hy_res_rqts:
(hy_level_nbs, constraints) = hy_res_rqt
Expand Down

0 comments on commit ded8de3

Please sign in to comment.