Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] problem with condor_q -analyze
- Date: Tue, 12 Jun 2007 09:40:49 +0100
- From: "Kewley, J (John)" <j.kewley@xxxxxxxx>
- Subject: Re: [Condor-users] problem with condor_q -analyze
If if was prepared on LINUX, you probably want
OpSys == "LINUX"
Also
Arch == Defined
doen't look right
JK
-----Original Message-----
From: condor-users-bounces@xxxxxxxxxxx on behalf of Partha sarathi
Sent: Tue 12/06/2007 08:18
To: Condor-Users Mail List
Subject: Re: [Condor-users] problem with condor_q -analyze
Universe = vanilla
Executable = ./partha1small.out
output = processedJob1small.out
Log = processedJob1small.log
Requirements = (OpSys == "WINNT50" || OpSys == "WINNT51" || OpSys ==
"WINNT52") && (Arch == Defined)
QUEUE
this above is the submit file to run an executable prepared on
linux.......still this job is not getting processed on the windows machines
and when i say condor_q -analyze, i get the following output
[condor@Perfcoelnx3 bin]$ ./condor_q -analyze
-- Submitter: Perfcoelnx3 : <10.237.226.83:21193> : Perfcoelnx3
ID OWNER SUBMITTED RUN_TIME ST PRI SIZE CMD
---
087.000: Run analysis summary. Of 3 machines,
3 are rejected by your job's requirements
0 reject your job because of their own requirements
0 match but are serving users with a better priority in the pool
0 match but reject the job for unknown reasons
0 match but will not currently preempt their existing job
0 are available to run your job
No successful match recorded.
Last failed match: Mon Jun 11 07:50:12 2007
Reason for last match failure: no match found
WARNING: Be advised:
No resources matched request's constraints
Check the Requirements expression below:
Requirements = ((OpSys == "WINNT50" || OpSys == "WINNT51" || OpSys ==
"WINNT52") && (Arch == Defined)) && (Disk >= DiskUsage) && ((Memory * 1024)
>= ImageSize) && (TARGET.FileSystemDomain == MY.FileSystemDomain)
On 6/12/07, Jaime Frey <jfrey@xxxxxxxxxxx> wrote:
>
> On Jun 11, 2007, at 10:31 AM, Ian Chesal wrote:
>
> > In 6.8.x:
> >
> > WINNT50 - Windows 2000
> > WINNT51 - Windows XP 32-bit
> > WINNT52 - Windows XP (SP2 only maybe?) 64-bit
> > WINNT60 - Windows Vista (32-bit and 64-bit)
> >
> > So to match any windows machine out there:
> >
> > requirements = (OpSys == "WINNT50" || OpSys == "WINNT51" || OpSys
> > == "WINNT52") && (Arch == Defined)
> >
> > If you omit the Arch flag Condor will automatically fill in the
> > Arch for the submitting machine which may not match all the Arch's
> > of your startd nodes. Note: I'm assuming you're running only
> > Windows on X86-compatible nodes.
>
> That last bit should be '(Arch =!= Undefined)'
>
> +--------------------------------+-----------------------------------+
> | Jaime Frey | I used to be a heavy gambler. |
> | jfrey@xxxxxxxxxxx | But now I just make mental bets. |
> | http://www.cs.wisc.edu/~jfrey/ | That's how I lost my mind. |
> +--------------------------------+-----------------------------------+
>
>
> _______________________________________________
> Condor-users mailing list
> To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
> subject: Unsubscribe
> You can also unsubscribe by visiting
> https://lists.cs.wisc.edu/mailman/listinfo/condor-users
>
> The archives can be found at:
> https://lists.cs.wisc.edu/archive/condor-users/
>