{
"emoji": "👍",
"version": 1
}
--
slurm-users mailing list -- slurm-users@lists.schedmd.com
To unsubscribe send an email to slurm-users-le...@lists.schedmd.com
Hi,
I solved the "ompi/pmix in container" problem. The solution is mentioned
here: https://github.com/NVIDIA/pyxis/wiki/Setup#slurmd-configuration
This is also needed:
https://github.com/NVIDIA/enroot/blob/master/conf/hooks/extra/50-slurm-pmi.sh
This was handled by deepops in my first cluster
> After running a simple “helloworld” test, I have noticed that if
> SelectTypeParameters=CR_Core, system always reserves me an even
> number of CPUs (during “pending” time, I can see the real number
> I have requested, but when job starts “running”, that number is
> increased to the next even numb
Hi Jeherul Islam,
Such a policy may be implemented using a job_submit plugin which you have
to write yourself. You may perhaps find this Wiki page useful:
https://wiki.fysik.dtu.dk/Niflheim_system/Slurm_configuration/#job-submit-plugins
On 3/28/25 05:36, Jeherul Islam via slurm-users wrote:
I