condor

How to tell Condor to dispatch jobs only to machines on the cluster, that have “numpy” installed on them?

会有一股神秘感。 提交于 2019-12-10 01:52:25
问题 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

How to tell Condor to dispatch jobs only to machines on the cluster, that have “numpy” installed on them?

谁都会走 提交于 2019-12-05 00:42:34
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? Like any other machine attribute, you just need to advertise it in the machine classad, and then have your jobs require it. To advertise it in the machine classad, you can either hard-code it into each machine's condor config file by