Re: [gridengine users] Request: Value of -p in qsub doesn't go below -26

2018-08-06 Thread Gowtham
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

Re: [gridengine users] Request: Value of -p in qsub doesn't go below -26

2018-08-06 Thread Reuti
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

[gridengine users] Request: Value of -p in qsub doesn't go below -26

2018-08-06 Thread Gowtham
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

Re: [gridengine users] Start jobs on exec host in sequential order

2018-08-06 Thread William Hay
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