Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] using submit node in RANK expression
- Date: Thu, 12 Jan 2006 08:52:04 +0200
- From: "Anton Kucherov" <anton-k@xxxxxxxxxx>
- Subject: Re: [Condor-users] using submit node in RANK expression
Hi,
There is a way. In part 3 of condor_config there is a part called Rank.
There you should remove the # and write Owner == "MachinesName".
You could also change it to rank other machines higher than certain
machines.
For example:
RANK = (Owner == "coltrane")
Or:
RANK = (Owner == "coltrane") + (Owner == "tyner") \
+ ((Owner == "garrison") * 10) + (Owner == "jones")
This means that garrison will have higher ranking then coltrane, tyner
and jones, and they will have higher ranking then the others(The example
is taken from the condor_config itself. It's actually very
clear-written).
After you do the change you need to run condor_reconfig.
Regards,
Anton Kucherov
-----Original Message-----
From: condor-users-bounces@xxxxxxxxxxx
[mailto:condor-users-bounces@xxxxxxxxxxx] On Behalf Of David A. Kotz
Sent: Thursday, January 12, 2006 2:04 AM
To: Condor-Users Mail List
Subject: [Condor-users] using submit node in RANK expression
Is it possible to use the submit node in an execute node's RANK
expression in 6.7.14? I'd like to configure a machine as a dedicated
submit node for high-priority jobs, where any jobs submitted from this
machine have a higher RANK than those submitted from other machines.
- dave
_______________________________________________
Condor-users mailing list
Condor-users@xxxxxxxxxxx
https://lists.cs.wisc.edu/mailman/listinfo/condor-users