nateGeorge / slurm_gpu_ubuntu

Instructions for setting up a SLURM cluster using Ubuntu 18.04.3 with GPUs.
MIT License
131 stars 37 forks source link

Job Submit Plugin API #5

Closed tasinislam21 closed 2 years ago

tasinislam21 commented 2 years ago

Hi,

I am trying to add a plugin that runs the job_submit.lua. I keep getting 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

Most solutions are fixed in RedHat by installing the Lua library. I did this on my ubuntu machine, but I am still getting this error.

How can I fix this?

nateGeorge commented 2 years ago

I really have no idea but possibly someone else will respond. I'd recommend posting on stackoverflow first, then maybe reddit if no answer there.