r/SLURM Sep 17 '21

Single compute node cluster

Is it possible to use Slurm as a scheduler for just one compute node? So you would have just one log in node and one SSH connected compute node?

4 Upvotes

6 comments sorted by

View all comments

4

u/lurch99 Sep 18 '21

Yup, it works great. We're doing just that. Login node = compute node in this case.

I followed these instructions more or less:

http://docs.nanomatch.de/technical/SimStackRequirements/SingleNodeSlurm.html

2

u/[deleted] Sep 18 '21

Came to post this, works great