Skip to content
Snippets Groups Projects
Commit 6e6fd638 authored by Gin Tan (Monash University)'s avatar Gin Tan (Monash University)
Browse files

Merge branch 'master' of gitlab.erc.monash.edu.au:hpc-team/ansible_cluster_in_a_box into slurm_acc

Former-commit-id: 08735a21
parents 6ca78ad6 e2f21771
No related branches found
No related tags found
No related merge requests found
......@@ -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