Hi there:
licenses requesting job would not be scheduled as expected
In my local environment--Slurm19.05, I have 2 computing nodes( 2 CPUs per node)
and 40 fluent licenses.
the envs are same result:
Licenses=fluent:40
SchedulerType=sched/backfill
PriorityType=priority/multifactor
or
Licen
Yes and no. mpirun does pick up the basic allocation. However, it does not pick
up the details of proc layout from there - you need to put it on the mpirun cmd
line using the options it understands.
Simple reason: Slurm tends to change its envars at will and without warning
(which is their righ
Hello Diego!
Thanks for the answer.
I knew that the actual behavior is sort of mentioned in the
`--cpus-per-task` documentation.
What puzzled me - and I think is a bug - is that `scontrol show job ...`
shows NumTasks=1, whereas slurmd obviously starts starts 2 tasks.
We have now "resolved ou
Yes, sorry. It is
mpirun -wdir "." ./parent
I expected mpirun to pick up the job parameters from the SLURM_* environment
variables created by sbatch.
Thanks,
Kurt
From: slurm-users On Behalf Of Ralph
Castain
Sent: Friday, March 11, 2022 3:48 PM
To: Slurm User Community List
Subject: [EXTE