> Could you post that snippet?

function slurm_job_submit ( job_desc, part_list, submit_uid )
  if job_desc.features then
    if not string.find(job_desc.features,"el9") then
      job_desc.features = job_desc.features .. '&centos79'
    end
  else
    job_desc.features = "centos79"
  end
  return slurm.SUCCESS
end


-- 
slurm-users mailing list -- slurm-users@lists.schedmd.com
To unsubscribe send an email to slurm-users-le...@lists.schedmd.com

Reply via email to