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

Re: [Condor-users] Job remains Idle



On Wed, 12 Apr 2006, Sawan Gupta wrote:

Requirements = (Arch == "INTEL") && (OpSys == "WINNT51") && (Disk >=
DiskUsage) && ((Memory * 1024) >= ImageSize) && (HasFileTransfer)

I did specified any requirements in the submit file. Then why does it happens.

By default, Condor will assume that you want the job to want on machines with the same Arch and OpSys as the machine from which you submit the job, and add the relevant things to the job requirements. Look at

http://www.cs.wisc.edu/condor/manual/v6.6/2_5Submitting_Job.html#SECTION00356000000000000000

for info on submitting to pools with multiple architectures/OSs.

Adam