What is the equivalent of
qmgr -c "print queue UCTlong"
in Slurm?
PS: the command up there displays all the characteristics of the queue "UCTlong" (max walltime, max running jobs, ....).
Slurm uses the word 'partition' rather than queue. The command would be
scontrol show partition UCTlong