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

Re: [Condor-users] reject your job because of their ownrequirements



ï
Hi, Prashant ,
 
It does not work. I still got the same meesages : reject your job because of their ownrequirements.
 
Best Regards,
 
Dennis Hsu
--------------------------
AnCAD Inc.
5F, No. 67, Sec. 1, Yonghe Rd.,
Yonghe City, Tapei County, 234
Taiwan
----- Original Message
Hi Dennis

do this:

condor_qedit 20.0 requirements '(Arch == "INTEL") && (OpSys == "LINUX")'
and then do
condor_reschedule -all
and for all the jobs do it with the owner name like:
in your case the owner of the jobs is condor so,

condor_qedit condor requirements '(Arch == "INTEL") && (OpSys == "LINUX")'
condor_reschedule -all

you can also use the tool condor_analyze. It run on linux platform and is more descriptive then the traditional condor_q -analyze tool

Have fun
Prashant Lal