Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] How to get detail in why a match was not found?
- Date: Wed, 16 Apr 2008 10:13:02 -0500
- From: Ben Burnett <burnett@xxxxxxxxxxx>
- Subject: Re: [Condor-users] How to get detail in why a match was not found?
Windows, unfortunately, does not support the -better flag, so
updating won't help in this instance.
> -----Original Message-----
> From: condor-users-bounces@xxxxxxxxxxx [mailto:condor-users-
> bounces@xxxxxxxxxxx] On Behalf Of Finch, Ralph
> Sent: Wednesday, April 16, 2008 9:51 AM
> To: Condor-Users Mail List
> Subject: Re: [Condor-users] How to get detail in why a match was not
> found?
>
> Alas 7.0.1 doesn't support -better...maybe time to upgrade again...
>
>
> Ralph Finch
> 916-653-7552
>
>
> -----Original Message-----
> From: condor-users-bounces@xxxxxxxxxxx
> [mailto:condor-users-bounces@xxxxxxxxxxx] On Behalf Of Nick LeRoy
> Sent: Tuesday, April 15, 2008 5:14 PM
> To: Condor-Users Mail List
> Subject: Re: [Condor-users] How to get detail in why a match was not
> found?
>
> > I really need output that will explain why a match was not found.
> > Which Requirement triggered a rejection? I tried turning on all
> > debugging with ALL_DEBUG = D_ALL but it didn't expand the info in
> MatchLog.
>
> Try running 'condor_q -better'... condor_q can look at the jobs in a
> queue (or specific jobs) and compare them to the existing machine ads,
> and can provide some human readable analysis of why the jobs aren't
> matching.
>
> Note that not all platforms currently support '-better', in which case
> you'll be stuck with '-ana' (or, at least, not all did -- that might
> have changed, but I don't think so).