Skip to content
Snippets Groups Projects
Commit fee063f6 authored by Gin Tan's avatar Gin Tan
Browse files

Merge branch 'deploysubmitfilter01' into 'master'

Changes to how job-submit.lua handles an error

See merge request hpc-team/ansible_cluster_in_a_box!198
parents 1aa142ab 43fd509b
No related branches found
No related tags found
1 merge request!198Changes to how job-submit.lua handles an error
......@@ -17,7 +17,7 @@ function slurm_job_submit(job_desc, part_list, submit_uid)
if job_desc.account == "default" then
slurm.log_user("You have to specify your project ID as part of your job submission. The account=default is now deprecated on M3 job scheduler.")
return slurm.ESLURM_INVALID_ACCOUNT
return slurm.ERROR
end
end
......
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