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

Re: [Condor-users] Dedicated user accounts for dynamic slots





then if I have two jobs running simultaneously, each with just one cpu, then both jobs will appear to belong to condor_user1. I suppose this is not too surprising as the dynamic slots become slot1_1 and slot1_2. If I now try to use the following dedicated account names (in order for slot1_2 to use condor_user2):

SLOT1_1_USER                         = condor_user1
SLOT1_2_USER                         = condor_user2

There was a bug in the 7.6 series which caused this not to work.  This has since been fixed in 7.7.6, and will be in the upcoming 7.8.0 release.

-greg