evin
>
> *From: *slurm-users on behalf of
> Douglas Jacobsen
> *Reply-To: *Slurm User Community List
> *Date: *Wednesday, December 19, 2018 at 9:07 AM
> *To: *Slurm User Community List
> *Subject: *Re: [slurm-users] Lua Job Sub
sen
*Reply-To: *Slurm User Community List
*Date: *Wednesday, December 19, 2018 at 9:07 AM
*To: *Slurm User Community List
*Subject: *Re: [slurm-users] Lua Job Submit - Setting Features/Constraints
Hello,
We do this, it works like most of the other string-based fields, e.g.,
fun
lurm User Community List
Date: Wednesday, December 19, 2018 at 9:07 AM
To: Slurm User Community List
Subject: Re: [slurm-users] Lua Job Submit - Setting Features/Constraints
Hello,
We do this, it works like most of the other string-based fields, e.g.,
function job_submit(job_request, partinfo,
Hello,
We do this, it works like most of the other string-based fields, e.g.,
function job_submit(job_request, partinfo, submit_uid) {
job_request['features'] = 'special'
return slurm.SUCCESS
}
Is there something detailed you are looking for?
-Doug
Doug Jacobsen, Ph.D.
NERSC Comp
All,
Does anyone have an example of setting features (if not set) in the Lua job
submission scripts?
job_desc.features
There was a discussion here, but it appears to be for the case where it is
checked and rejected
https://groups.google.com/d/topic/slurm-users/C-oYERITK9c/discussion
-Kevin