Discussion:
Job Submit plugin API
Marcin Stolarek
2014-07-16 07:48:30 UTC
Permalink
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
j***@public.gmane.org
2014-07-16 20:21:33 UTC
Permalink
The C and LUA APIs differ.
The UIDs were missing from the documentation describing the LUA APIs,
but otherwise the documentation is fine.
Post by Marcin Stolarek
Hi guys,
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
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
Continue reading on narkive:
Loading...