#In the global condor_config START = (...) && (TARGET.Group =?= UNDEFINED || MY.Group =?= TARGET.Group) STARTD_EXPRS = Group SUBMIT_EXPRS = Group
#In the local config file on the 100 machines: Group = "OSG"
Hi,
I want to do the following:
I have a group of users who should, combined, only receive about 100 virtual CPU's out of a possible 272. If only one of these users in the group is running jobs, they should be able to get all 100 CPU's. If someone from that same groups starts running jobs, the first user's number should decrease and the second user's number should increase but they both shouldn't ever go about the 100 CPU's. Does anyone have an idea on how I go about doing this?
Thanks,
Joe