Correct, the standard method for interacting with ...
# slurm-flyte-wg
r
Correct, the standard method for interacting with Slurm is using the Slurm CLI. Users log in to a cluster master node and use
sbatch
to schedule a non-blocking job. Communication between the nodes is over the Slurm daemon, which is installed on each compute node. Therefore, SSH keys are only needed for the master node, not for the compute nodes.
gratitude thank you 1