Skip to content

Commit

Permalink
fixed sge_qmaster crash in building of category string
Browse files Browse the repository at this point in the history
  • Loading branch information
jgabler-hpc committed Sep 11, 2024
1 parent 9dca777 commit eb63775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/daemons/common/category.cc
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ void sge_build_job_category_dstring(dstring *category_str, lListElem *job, const
// TODO: evaluate if soft requests should be part of the category string
#if 1
// -scope global -soft -q <resource_list>
sge_unparse_resource_list_dstring(category_str, job_get_queue_listRW(job, JRS_SCOPE_GLOBAL, false), "-scope global -soft -q");
sge_unparse_queue_list_dstring(category_str, job_get_queue_listRW(job, JRS_SCOPE_GLOBAL, false), "-scope global -soft -q");

// -scope global -soft -l <resource_list>
sge_unparse_resource_list_dstring(category_str, job_get_resource_listRW(job, JRS_SCOPE_GLOBAL, false), "-scope global -soft -l");
Expand Down

0 comments on commit eb63775

Please sign in to comment.