It worked out.
srun -N2 --ntasks=25 --pty devtest
actually ran on 25 cores, 16 of the first and 9 on the second
Thanks alot.
On 21/01/2018 08:33, Nadav Toledo
wrote:
Sorry for delay answer.
First thank you for pointing
Sorry for delay answer.
First thank you for pointing this out I would have missed that for
sure
Second, If i run the command you wrote, i get only 2 cores, is that
how it suppose to work?
meaning :
srun --ntasks=17 --pty bash
~$ nproc
2
>Nadav Toledo writes:
>
>> Nadav Toledo writes:
>>
>> Hey everyone,
>>
>> We've just setup a slurm cluster with few nodes each has 16 cores.
>> Is it possible to submit a job for 17cores or more?
>> If not, is there a workaround?
>>
>> Thanks in advance, Nadav
>>
>>
>> It should be possible. H
srun -c17 --pty bash
srun: error: CPU count per node can not be satisfied
srun: error: Unable to allocate resources: Requested node
configuration is not available
On 18/01/2018 08:37, Loris Bennett
wrote:
Nadav Toledo writes:
Nadav Toledo writes:
> Hey everyone,
>
> We've just setup a slurm cluster with few nodes each has 16 cores.
> Is it possible to submit a job for 17cores or more?
> If not, is there a workaround?
>
> Thanks in advance, Nadav
It should be possible. Have you tried? If so, do you get an error?
Ch
Hey everyone,
We've just setup a slurm cluster with few nodes each has 16 cores.
Is it possible to submit a job for 17cores or more?
If not, is there a workaround?
Thanks in advance, Nadav