Re: [slurm-users] Lua plugin job_desc fields

2023-02-08 Thread Chrysovalantis Paschoulas
Hi Phill! AFAIK no, I am always checking "src/plugins/job_submit/lua/job_submit_lua.c" ;) Cheers, Valantis On 2/8/23 17:22, Phill Harvey-Smith wrote: Hi all, Is there any documentation (or even just a list), of all the fields that are available in the job_desc parameter to slurm_job_submi

Re: [slurm-users] how to print all the key-values of "job_desc" in job_submit.lua?

2021-03-29 Thread Chrysovalantis Paschoulas
Hi all! I had the same problem, so I can feel your pain.. You can find all available fields of job_desc (and job_rec) in this file: ``` src/plugins/job_submit/lua/job_submit_lua.c ``` and then as a workaround, I was just printing specific fields for debugging.. Best Regards, Valantis On 29