Hello,
I'm trying to set up Altair Grid Engine with two "departments," using UNIX groups to specify which users are in which department. The departments have 50/50 access to our cluster resources. If I add users one-by-one to the user set, it works fine. However, if I add their group using "@groupname", users in that group get no priority on the cluster when submitting jobs.
Our cluster uses FreeIPA to authenticate users and add them to groups. I suspect this is the issue, that Grid Engine for some reason can't identify that a user is part of a group assigned to a department. Is there some way to fix this?
Thanks