[slurm-users] Re: [EXTERNAL] avoid using same GPU by the interactive job

2025-02-12 Thread navin srivastava via slurm-users
es > > > > You can find the documentation here: > > https://slurm.schedmd.com/cgroup.conf.html > > > > If you want to share GPUs you can use CUDA MPS or MIG if your GPU supports > it. > > > > Regards, > > Jesse Chintanadilok > > > > *From:*

[slurm-users] slum job sumisison using different UID/GID

2025-04-05 Thread navin srivastava via slurm-users
Hi, Can munge depend upon the UID/GID for the job submission? There is a scenario where the cluster is running with the NIS authentication mechanism. There is a login Node created which is part of LDAP and we installed the slurm to interact with slurm master. I am able to run jobs using root but

[slurm-users] avoid using same GPU by the interactive job

2025-02-12 Thread navin srivastava via slurm-users
hi, facing an issue in my environment where the batch job and the interactive job use the same gpu. Each server has 2 gpu. When 2 batch jobs are running it works fine and use the 2 different gpu's. but if one batch job is running and another job is submitted interactively then it uses the same GP