How to tell Condor to dispatch jobs only to machines on the cluster, that have “numpy” installed on them?
问题 I just figured out how to send jobs to be processed on machines on the cluster by using Condor. Since we have a lot of machines and not each of those machines are configured the same, I was wondering: Is it possible to tell condor only to dispatch my jobs (python scripts) to machines, that have numpy installed on them since my script depends on this package? 回答1: Like any other machine attribute, you just need to advertise it in the machine classad, and then have your jobs require it. To