[slurm-users] Minimum cpu cores per node partition level configuration

2025-03-27 Thread Jeherul Islam via slurm-users
Dear All, I need to configure the slurm so the user must take a certain minimum number of CPU cores for a particular partition(not system-wide). Otherwise, the job must not run. Any suggestions will be highly appreciated. With Thanks and Regards -- Jeherul Islam -- slurm-users mailing list

Re: [slurm-users] Job Preemption Time

2021-11-22 Thread Jeherul Islam
hedmd.com/sbatch.html : > > --begin=now+1hour > > > Brian ANdrus > > On 11/22/2021 8:28 PM, Jeherul Islam wrote: > > Dear All, > > Is there any way to configure slurm, that the High Priority job waits for > a certain amount of time(say 24 hours), before it preempts the

[slurm-users] Job Preemption Time

2021-11-22 Thread Jeherul Islam
Dear All, Is there any way to configure slurm, that the High Priority job waits for a certain amount of time(say 24 hours), before it preempts the other job? -- Jeherul Islam Technical Officer Grade I Data Centre and High Performance Computing Computer Centre Indian Institute of Technology

Re: [slurm-users] Calculate the GPU usages

2021-09-01 Thread Jeherul Islam
ated by jobs but does not count idle > reservation time. > > Best regards, > Jürgen > > > * Jeherul Islam [210901 18:24]: > > Dear Loris, > > > > When we grep it by the user name "j.mira" it will strike out the multiple > > counts. Again

Re: [slurm-users] Calculate the GPU usages

2021-09-01 Thread Jeherul Islam
=jobid,user,ElapsedRaw,state,AllocGRES,ncpus --starttime=2021-05-01 --endtime=2021-08-31 --noheader | awk '{sum += $3} END {print sum}' *6846556* *It still showing a similar results.* On Wed, Sep 1, 2021 at 6:57 PM Loris Bennett wrote: > Dear Jeherul, > > Jeherul Islam write

Re: [slurm-users] Calculate the GPU usages

2021-09-01 Thread Jeherul Islam
Dear Loris, When we grep it by the user name "j.mira" it will strike out the multiple counts. Again sacct is showing fewer gpu minutes than sreport. On Wed, 1 Sep, 2021, 6:03 PM Loris Bennett, wrote: > Dear Jeherul, > > Jeherul Islam writes: > > > Dear Loris, &

Re: [slurm-users] Calculate the GPU usages

2021-09-01 Thread Jeherul Islam
TRES Name Used - --- - --- -- chemistryj.mira j.mira gres/gpu *149434* On Wed, Sep 1, 2021 at 5:27 PM Loris Bennett wrote: > Dear Jeherul, > > Jeherul Islam writes: > > > Dear All, > > > > Please share the correct way of calculating the GPU us

[slurm-users] Calculate the GPU usages

2021-09-01 Thread Jeherul Islam
me=2021-08-01 | grep j.mira| grep gpu| awk '{sum += $3} END {print sum}' *4957060* Please share the correct way. With Thanks and regards -- Jeherul Islam