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

Update job_submit.lua.j2

Former-commit-id: 75fcbfa0
parent 7669ac79
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,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")
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
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