[slurm-users] Slurm version 21.08.1 is now available

2021-09-16 Thread Tim Wickberg
We are pleased to announce the availability of Slurm version 21.08.1. For sites using scrontab, there is a critical fix included to ensure that the cron jobs continue to repeat indefinitely into the future. Slurm can be downloaded from https://www.schedmd.com/downloads.php . - Tim -- Tim Wic

Re: [slurm-users] [External] How can I do to prevent a specific job from being prempted?

2021-09-16 Thread Brian Andrus
Modify it and raise the priority to something very, very high. scontrol update job=JOBID priority=999 Brian Andrus On 9/16/2021 8:39 AM, 顏文 wrote: Dear users Thank for the immediate replies.I currently have one important job running. How to prevent the running job from being preempted? T

Re: [slurm-users] [External] How can I do to prevent a specific job from being prempted?

2021-09-16 Thread 顏文
Dear users Thank for the immediate replies.I currently have one important job running. How to prevent the running job from being preempted? That job has been running for two weeks, and I am afraid it will be terminated in the next few days. Can we do anything to secure the job from being cancelled

[slurm-users] Prologslurmctld environment variables

2021-09-16 Thread Joe Teumer
In the Prologslurmctld script environment there are only SLURM_* variables available. Is there any way to export additional variables to Prologslurmctld from an SBATCH job? I tried exporting variables in the SBATCH script, however, these variables do not get exported to Prologslurmctld, only to t

Re: [slurm-users] Regarding job in pending state

2021-09-16 Thread Renfro, Michael
If you're not the cluster admin, you'll want to check with them, but that should be related to a limit in how many node-hours an association (a unique combination of user, cluster, partition, and account) can have in running or pending state. Further jobs would get blocked to allow others' jobs

Re: [slurm-users] Submitting jobs via SystemD

2021-09-16 Thread Ondrej Valousek
Well nothing, but I think we sometimes just reinventing wheel. Some duties can be offloaded to a service which is designed to do this (and possibly better). Another benefit is the Cgroups v2 support which we curenly lack. Ondrej On Thu, Sep 16, 2021 at 12:02 AM Sid Young wrote: > Whats wrong wi

[slurm-users] Regarding job in pending state

2021-09-16 Thread pravin pawar
Dear all, In my cluster some of the user's jobs in pending state and showing the reason is AssocGrpNodeRunMinutes. Some users are run there the first job and still, their jobs are in pending state and reason is same. Please help me to understand this. Thanks