How do we add the Job Submit Plugin API in Slurm running on Ubuntu 20.04?

700 Views Asked by At

I have been using this link to install the Slurm Workload Manager to Ubuntu 20.04.

I would like to enable the Job Submit Plugin API to execute the job_submit.lua. After adding the line JobSubmitPlugins=lua into slurm.conf I get the error:

[2022-04-28T16:06:44.910] error: Couldn't find the specified plugin name for job_submit/lua looking at all files
[2022-04-28T16:06:44.912] error: cannot find job_submit plugin for job_submit/lua
[2022-04-28T16:06:44.912] error: cannot create job_submit context for job_submit/lua
[2022-04-28T16:06:44.912] fatal: failed to initialize job_submit plugin

Many people fixed this in RedHat by installing the Lua library. I did the same for Ubuntu, but it did not work. How can I solve this?

0

There are 0 best solutions below