Skip to content
Snippets Groups Projects
Commit 1546ae9a authored by Danny Auble's avatar Danny Auble
Browse files

Remove ENFORCE_QOS check since if a QOS exists we will use it since

enforcing a QOS doesn't have anything to do with enforcing a limit if a
QOS is used.
parent 5e26453b
No related branches found
No related tags found
No related merge requests found
...@@ -160,7 +160,7 @@ static void _adjust_limit_usage(int type, struct job_record *job_ptr) ...@@ -160,7 +160,7 @@ static void _adjust_limit_usage(int type, struct job_record *job_ptr)
} }
assoc_mgr_lock(&locks); assoc_mgr_lock(&locks);
if (job_ptr->qos_ptr && (accounting_enforce & ACCOUNTING_ENFORCE_QOS)) { if (job_ptr->qos_ptr) {
slurmdb_qos_rec_t *qos_ptr = NULL; slurmdb_qos_rec_t *qos_ptr = NULL;
slurmdb_used_limits_t *used_limits = NULL; slurmdb_used_limits_t *used_limits = NULL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment