Skip to content
Snippets Groups Projects
Commit 3f6a665e authored by Damien Leong's avatar Damien Leong
Browse files

Changes to job_filter in M3

Former-commit-id: b70653b8
parent 8714a0e4
No related branches found
No related tags found
No related merge requests found
......@@ -38,9 +38,9 @@ if ((job_desc.partition == "m3c" ) or (job_desc.partition == "m3h" ) or (job_des
end
-- Check for QOS rtq in m3c, m3h and m3g, then forward job to rtqp,comp,m3g
-- Check for QOS rtq in m3c, m3h , m3g and partition=nil, then forward job to rtqp,comp,m3g
if job_desc.qos == "rtq" then
if ((job_desc.qos == "rtq") and (job_desc.partition == nil)) then
local partition = ""
partition = "rtqp,comp,m3g"
slurm.log_info("slurm_job_submit: for user: %u, partition: %s", submit_uid, partition)
......
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