The C and LUA APIs differ.
The UIDs were missing from the documentation describing the LUA APIs,
but otherwise the documentation is fine.
Quoting Marcin Stolarek <[email protected]>:
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