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

Changes to how job-submit.lua handles an error

parent 1aa142ab
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