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

Merge branch 'slurm_acc' into 'master'

Slurm acc

See merge request hpc-team/ansible_cluster_in_a_box!193

Former-commit-id: e2097a93
parents f3c15548 aa7ad4f1
No related branches found
No related tags found
No related merge requests found
......@@ -16,11 +16,10 @@
function slurm_job_submit(job_desc, part_list, submit_uid)
if job_desc.account == "default" then
slurm.log_user("Please specify your project account in your job. You are no longer able to use account=default in M3, if you don't know your project ID, please contact help@massive.org.au ")
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
return slurm.SUCCESS
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