On 11/22/21 8:28 pm, Jeherul Islam wrote:
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?
Not quite, but you can set PreemptExemptTime which says how long a job
must have run for before it can
I want to do that from the admin side. My actual intention is not to
preempt jobs that are going to be completed within 24 hours.
On Tue, Nov 23, 2021 at 10:27 AM Brian Andrus wrote:
> Maybe submit the job with the option to not start for 24 hours...
>
> From https://slurm.schedmd.com/sbatch.ht
Maybe submit the job with the option to not start for 24 hours...
From https://slurm.schedmd.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
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 Guwah
Thanks Paul,
Issue with jobs submission after the changes thou (any idea)
I have included the following line to slurm.conf
"AcctGatherProfileType=acct_gather_profile/hdf5"
Checked and found the plugin installed with slurm
find | grep ".so" | grep hdf5
./20.02.6/lib64/slurm/acct_gather_profile_h
@Rodrigo Santibáñez Please see the updated setup related to my question.
I have compiled in the latest tag `slurm-21-08-4-1` using `./configure
--enable-debug --enable-front-end` in order to test in (`non-emulator
mode`):
```
git checkout slurm-21-08-4-1
./configure --enable-debug --enable-multip
Hi Mike:
Your slurm must be built with hdf5 support (if 'configure' could find
libhwloc-devel files, it should have been automatically). And there's more
info here:
https://slurm.schedmd.com/hdf5_profile_user_guide.html
I don't use this myself, btw, and can't comment on space consumption. G