[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 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/