1579312 : isuues regarding access of partition¶
Created: 2026-02-24T13:23:17Z - current status: new¶
Here is the anonymized and summarized report:
Summary of Issue¶
A user from the CFEL-CMI group is unable to submit jobs to the cfel-cmi partition on the Maxwell cluster. The error message received is:
sbatch: error: Batch job submission failed: User's group not permitted to use this partition
The same job runs successfully when submitted to the allcpu partition, confirming that the issue is related to access permissions for the cfel-cmi partition.
Possible Solution¶
-
Verify Group Membership: The
cfel-cmipartition is restricted to users in thecd-wgs-cmi-usersgroup (as per the partitions documentation). The user should confirm their group membership by running:bash getent netgroup cd-wgs-cmi-usersIf their username is not listed, they lack the required permissions. -
Request Access: Access to group-specific partitions (e.g.,
cfel-cmi) must be granted by the group administrators (CFEL-DESY admins for CFEL-related partitions). The user should contact the CFEL-DESY admins (or their group lead) to request inclusion in thecd-wgs-cmi-usersgroup. -
Temporary Workaround: Until access is granted, the user can continue using the
allcpupartition, which is open to all academic users.