On 6/21/24 3:50 am, Arnuld via slurm-users wrote:
I have 3500+ GPU cores available. You mean each GPU job requires at
least one CPU? Can't we run a job with just GPU without any CPUs?
No, Slurm has to launch the batch script on compute node cores and it
then has the job of launching the users
yes, the algorithm should be like that 1 cpu (core) per job(task).
Like someone mentioned already, need to to --oversubscribe=10 on cpu
cores, meaning 10 jobs on each core for you case. Slurm.conf.
Best,
Feng
On Fri, Jun 21, 2024 at 6:52 AM Arnuld via slurm-users
wrote:
>
> > Every job will need
> Every job will need at least 1 core just to run
> and if there are only 4 cores on the machine,
> one would expect a max of 4 jobs to run.
I have 3500+ GPU cores available. You mean each GPU job requires at least
one CPU? Can't we run a job with just GPU without any CPUs? This sbatch
script requ