(Click to open topic with navigation)
When a job template has its SELECT attribute set to TRUE, you can request that template directly on job submission.
To directly request job templates
JOBCFG[medium.set] NODESET=ONEOF:FEATURE:fast,slow SELECT=true
> msub -l template=medium.set
Moab creates a job with the medium.set job template created in step 1.
Attributes set in the template are evaluated as if they were part of the job submission. They are still subject to all of the same ACLs and policies.
Related topics