Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Arch requirements problems
- Date: Tue, 4 Dec 2007 12:04:21 -0800
- From: "Jones, Torrin A \(US SSA\)" <torrin.jones@xxxxxxxxxxxxxx>
- Subject: Re: [Condor-users] Arch requirements problems
Put Requirements before queue and try again.
> -----Original Message-----
> From: condor-users-bounces@xxxxxxxxxxx
> [mailto:condor-users-bounces@xxxxxxxxxxx] On Behalf Of David A. Kotz
> Sent: Tuesday, December 04, 2007 12:00
> To: Condor-Users Mail List
> Subject: [Condor-users] Arch requirements problems
>
>
> I'm trying to send a trivial test job from one of our 32bit
> submit nodes
> to the 64bit nodes we now have. When I submit them, my Arch
> and OpSys
> requirements are not in the classads, and the jobs run on 32bit
> machines. I've played with different combinations of
> parentheses and no
> parentheses to no avail. I've also tried with both vanilla
> and standard
> universe. Below is the current submit file:
>
>
> anfauglith $ cat test.submit
> # Condor job desc. file
>
> Executable = hello
> Log = hello.log
> output = hello.$(Process)
> error = hello.error
> Universe = Vanilla
> +Group = "Grad"
> +Project = "OTHER"
> +ProjectDescription = "blah blah"
> Queue 1
> Requirements = Arch == "X86_64" && OpSys == "LINUX"
>
>
> and below is the Requirements line from the job classad:
>
>
> Requirements = (Arch == "INTEL") && (OpSys == "LINUX") && (Disk >=
> DiskUsage) && ((Memory * 1024) >= ImageSize) &&
> (TARGET.FileSystemDomain
> == MY.FileSystemDomain)
> _______________________________________________
> 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/
>