Additionally, when I ran 'qstat -j', the list of pending jobs do not seem
to contain these priority -27 or -28 jobs.
*
Jobs can not run because queue instance is not contained in its hard queue
list
481017, 481018, 481020, 481021, 481022, 481024, 481214, 481251,
481297, 481298, 481
Hi,
You can try to have a look at the extended output of `qstat`:
$ qstat -ext
$ qstat -pri
In addition, the way the priority is honored and essentially computed is
outlined here:
$ man sge_priority
Maybe this will shed some light on it and point to the cause of it.
-- Reuti
PS: You may al
Greetings.
I am using Rocks Cluster Distribution 6.1 and Grid Engine 2011.11p1. All
our simulations are submitted to the queue using the following command
format:
qsub -p N SUBMISSION_SCRIPT.sh
N is a negative integer ranging from -1 through -60 (we consider this the
"priority" of a research gro
On Wed, Aug 01, 2018 at 11:06:19AM +1000, Derrick Lin wrote:
>HI Reuti,
>The prolog script is set to run by root indeed. The xfs quota requires
>root privilege.
>I also tried the 2nd approach but it seems that the addgrpid file has not
>been created when the prolog script execut