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
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