There is only one queue/partition named “all” (default) on zeus HPC. For more details see this post:
Queues of zeus [updated June 2018] | EEC High Performance Computing (coventry.domains)
Alex Pedcenko
There is only one queue/partition named “all” (default) on zeus HPC. For more details see this post:
Queues of zeus [updated June 2018] | EEC High Performance Computing (coventry.domains)
Alex Pedcenko
The queue scheduler of ZEUS is SLURM (analogue of PBS/torque scheduler we use on Pluto and Mercury):
sbatch scriptname.sh
scancel 1234
srun -w zeus[66,101-106] ./myexecutable
Note: You will NOT be able to login to the compute node(s) from the head node if you haven’t jobs running on that compute node(s).
Recent Comments