LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

salloc

Allocate Slurm cluster resources interactively

TLDR

Start an interactive shell on a cluster node
$ salloc
copy
Execute command on a cluster node
$ salloc ls --all
copy
Allocate nodes with constraints
$ salloc -C "(amd|intel)&gpu"
copy

SYNOPSIS

salloc [options] [command]

DESCRIPTION

salloc allocates resources from a Slurm cluster and starts an interactive shell or executes a specified command. It waits for resources to become available before starting.Constraints can specify required node features like CPU type, GPU availability, or memory configuration.

PARAMETERS

-C, --constraint expr

Node feature constraints

INSTALL

sudo apt install slurm-client
copy

CAVEATS

Resources are held until the shell exits or command completes. Allocation time depends on cluster load and requested resources.

HISTORY

Part of Slurm workload manager, providing interactive resource allocation for HPC clusters.

SEE ALSO

srun(1), sbatch(1), squeue(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid