Hi guys,

I've been checking job submit plugins API description:
http://slurm.schedmd.com/job_submit_plugins.html

And I was supprised that third argument of job_modify function is: part_list
(input) List of pointer to partitions which this user is authorized to use.

I've check job_modify definition in job_submit_partition.c ( 14.03.5) and
it looks like:
extern int job_modify(struct job_descriptor *job_desc,
                      struct job_record *job_ptr, uint32_t submit_uid)


Is there an error in documentation?

cheers,
marcin

Reply via email to