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

[Condor-users] Job remains Idle



Why does a simple job "printname" gets rejected ?

I tried submitting the job to the central manager (Windows 2000) from
a execution host (Windows XP) and it gets rejected because of
requirements.

Then I checked the requirements "condor_q -l". This line seems to be the cause.
since Windows 2000 is taken as "WINNT50"

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.


Any pointers.