Greetings!
I am trying to send a Slurm job via an SSH connection on the node on which OOD is installed and I get the following error:
"
sbatch: error: Batch job submission failed: Zero Bytes were transmitted or received
"
The OOD server is a separate server from the cluster.
I have already configured my .yml file in the following way:
v2:
job:
adapter: slurm
submit_host: my_cluster.scheduler
bin: /usr/bin
conf: /etc/slurm/slurm.conf
host: my_cluster.scheduler
strict_host_checking: false
login:
host: my_cluster.scheduler
metadata:
title: Slurm Cluster
And I can correctly submit a job from the Job-Composer.
Thank you in advance for any help