Hello, I have slurm configure with basic builtin priority (I cant change that right now). I have a need to let some one sending jobs with higher priority then the jobs already in queue.
I don't see a way to set the priority when sending jobs, only after the job is on queue. Is that currect? Second, I thought of checking the priority of current running jobs and then loop through the new jobs I sent and update thier priority to a higher one. Is this sound good? If so, what is the max priority slurm job can get. (I know its not best practice, but thats what I need right now) Thanks in advance. Roy