srun

Create an interactive slurm job or connect to an existing job. More information: <https://slurm.schedmd.com/srun.html>.

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 srun on any operating system with command-not-found.com