[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] How to distinguish between 32-bit and 64-bit architecture



This is a bug in Condor.   I've added ticket #1766 to track this.  for now you can just add

   ARCH=X86_64

to the local config file of each of your windows execute machines that are running an x64 version of
windows.


On 11/10/2010 11:48 PM, Willem Hough wrote:
Hi,
 
I am running a Windows Condor pool which consists of 32-bit and 64-bit hardware. When I submit jobs,
I want to be able to specify on which architecture (32-bit or 64-bit) the jobs should run;
preferably making use of the 'Requirements' operator and some ClassAds information.
 
However there doesn't seem to be a ClassAds field that corresponds directly to 32-bit and 64-bit architecture.
The 'Arch' field indicates 'INTEL' for all Intel CPUs.
 
Since all our 64-bit machines are currently i7s, I can probably use (TotalCpus == 8) as a requirement to identify
64-bit architecture, but this doesn't seem very elegant.
 
Has anyone else had such a requirement before?
 
Regards
 
_______________________________________________ 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/