[slurm-users] Running slurmd without enabling jobs on a node

2021-01-06 Thread Steve Brasier
Hi all, For a cluster in configless mode there appear to be two ways of having a login-only node (i.e. not running slurmctld) - either 1) setting DNS records or 2) "... consider running slurmd on the machine so it can manage the configuration files, but not allowing it to run jobs." [A] What's th

[slurm-users] can't allocate 1 gpu per job

2021-01-06 Thread Erik Bryer
I have 4 gres gpus called foolsgold that I am trying to allocate, 1-to-a-job. But allocating 1 gpu allocates all gpus to that job, it seems. My batch script is: #!/bin/bash #SBATCH --partition=scavenge #SBATCH --qos=scavenge #SBATCH --account=borrowed #SBATCH --nodes=1 #SBATCH --tasks=1 #SBATCH -

Re: [slurm-users] Running slurmd without enabling jobs on a node

2021-01-06 Thread mercan
Hi; I don't know the best way, but if you did not put a loginnode's name into a partition, the sinfo will not show this node and any job will not run on this node, just because of a node have a running slurmd. Ahmet M. 6.01.2021 19:45 tarihinde Steve Brasier yazdı: Hi all, For a cluster i