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

[HTCondor-users] Filtering jobs with architecture constraint.



Hi,

I want to query jobs which have ÂArch "ppc64le" in their requirements.

for example, here is the requirement _expression_:

((TARGET.Arch == "ppc64le")) && (TARGET.OpSys == "LINUX") && (TARGET.Disk >= RequestDisk) && (TARGET.Memory >= RequestMemory) && (TARGET.Cpus >= RequestCpus) && (TARGET.HasFileTransfer)

I tried condor_q -const 'TARGET.Arch == "ppc64le"', and also regex, but it did not work.

Could someone help, how can i filter these jobs using "condor_q"

Thanks
Saqib