Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] How to solve problem between condor and globus?
- Date: Wed, 28 Dec 2005 09:12:34 +0000
- From: Matt Hope <matthew.hope@xxxxxxxxx>
- Subject: Re: [Condor-users] How to solve problem between condor and globus?
On 12/28/05, Fu-Ming Tsai <sary357@xxxxxxxxxxxxxxxxxx> wrote:
> could you explain the meaning of the parameters "TESTINGMODE_*" and "UWCS_*"?
They are simply two sets of macros which allow you to very quickly
apply a particular set of restrictions/settings for the Startd
thus by quickly changing
PREEMPTION_RANK = <whatever>
to
PREEMPTION_RANK = UWCS_PREEMPTION_RANK
(and issuing a reconfig)
you w change the preemption rank to use the UWCS one.
UWCS is just some reasonable defaults used by the University Wisconsin
Computer Science dept.
They are a useful basis to work from in writing your own (though they
are *not* set up nicely for a pool largely or totally comprised of
vanilla jobs)
The TESTINGMODE ones are trivial booleans making a simple "I want a
job to run on this machine and then not get preempted" decisions while
testing a machine.
Matt