[slurm-users] Re: Trouble Running Slurm C Extension Plugin

2024-05-10 Thread Glen MacLachlan via slurm-users
Cox via slurm-users < slurm-users@lists.schedmd.com> wrote: > Glen, > > I don't think I see it in your message, but are you pointing to the plugin > in slurm.conf with JobSubmitPlugins=? I assume you are but it's worth > checking. > > Ryan > > On 4/9/24 10

[slurm-users] Trouble Running Slurm C Extension Plugin

2024-04-09 Thread Glen MacLachlan via slurm-users
Hi, We have a plugin in Lua that mostly does what we want but there are features available in the C extension that are not available to lua. For that reason, we are attempting to convert to C using the guidance found here: https://slurm.schedmd.com/job_submit_plugins.html#building. We arrived here