On Tue, May 22, 2007 at 12:51:13PM -0400, Fr?d?ric Bastien wrote:
Hi,
First thanks for condor, we begin to use it more heavilly here. But I
have a question. I send a job to condor with a requirement that the
computer who will execute it must have 3 cpu or more.
requirements = (Arch == "X86_64")&&(Cpus>=3)
1261.000: Run analysis summary. Of 33 machines,
33 are rejected by your job's requirements
( ( target.Arch == "X86_64" ) && ( target.Cpus >= 3 ) ) &&
( target.OpSys == "LINUX" ) && ( target.Disk >= DiskUsage ) &&
( ( target.Memory * 1024 ) >= ImageSize ) &&
( TARGET.FileSystemDomain == MY.FileSystemDomain )
Condition Machines Matched Suggestion
--------- ---------------- ----------
1 ( target.Cpus >= 3 ) 0 MODIFY TO 1
That's indeed true - each of your VMs has only one CPU attached.
You might check for TotalCpus instead.
Steffen
I hava another question, we want to install condor on new computer, but
we don't have the binary for version 6.8.2 as the person who installed
it is not here anymore. Can I install a newer version on some node
without causing trouble?
You may simply copy the tree over to the new machine...