sbatch

Submit a batch job to the SLURM scheduler. More information: <https://manned.org/sbatch>.

Debian Debian
RUN apt-get update && \ apt-get install -y slurm-client
Ubuntu
RUN apt-get update && \ apt-get install -y slurm-client
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y slurm-client
Fedora
RUN dnf install -y slurm
Raspbian
RUN apt-get update && \ apt-get install -y slurm-client
click the source code to copy install sbatch on any operating system with command-not-found.com