Hello, I need to use SLURM for a project. I installed it by this quick start guide ( https://ibmimaster.cs.uni-tuebingen.de/quickstart_admin.html ). First I just want to run it on one cluster.
- I did steps 1 to 7, create the slurm user with my slurm binaries as home dir - created the necessary dirs for log and spool files - created slurm.conf.with the easy configurator - munge was also installed via apt packet manager.(using Ubuntu 20) I do not know what step 8 exactly mean and what the library_location is, so I skipped this one. When running slurmd or slurmctld, I get the following error: root@me:# slurmd slurmd: error: Couldn't find the specified plugin name for auth/munge looking at all files slurmd: error: cannot find auth plugin for auth/munge slurmd: error: cannot create auth context for auth/munge slurmd: fatal: failed to initialize auth plugin root@me:# slurmctld slurmctld: error: Couldn't find the specified plugin name for auth/munge looking at all files slurmctld: error: cannot find auth plugin for auth/munge slurmctld: error: cannot create auth context for auth/munge slurmctld: fatal: failed to initialize auth plugin Any idea how I could fix this? I'd be very thankful. Kind regards