Weâre trying to configure Condor to select which execute node pool to use based on group membership. The plan was to pass a list of groups that the user belongs to in a single ClassAd. It appears that we can use the In the submission file:
Dumped the ClassAds for the submission file to another file:
Dumped the ClassAds for the machines to another file:
I then edited the
Finally, I ran
Note that I did get matches before I modified the Weâre using HTCondor version 8.2.8. Iâll keep trying different options to see if I can get this to work, but Iâd appreciate it if someone could steer me in the right direction. Also, Iâd like to know if weâll run into problems when weâre placing a list in a ClassAd. Is there a limit to the list length (or length of the string representation of the list) that might bite us later? Are there any character escaping issues that we may run into? For example, our our group names often contain colons. Will that cause a problem in the submission file? Thanks, |