You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schema.yaml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1024,18 +1024,21 @@ variables:
1024
1024
title: "Install Nvidia Enroot for containerized GPU workloads"
1025
1025
default: false
1026
1026
description: "Install Enroot, Nvidia Container Toolkit, and docker."
1027
+
visible: ${slurm}
1027
1028
1028
1029
pam:
1029
1030
type: boolean
1030
1031
title: "Enable PAM"
1031
1032
default: false
1032
1033
description: "Enable PAM for the Slurm cluster (Supported only on OL with RHCK kernel at this time). When PAM is enabled, users that are not in the sudo group will not be able to SSH into the compute nodes unless they have an active job running in Slurm."
1034
+
visible: ${slurm}
1033
1035
1034
1036
sacct_limits:
1035
1037
type: boolean
1036
1038
title: "Enable Limits for Slurm jobs"
1037
1039
default: false
1038
1040
description: "Enable Limits for the Slurm cluster When enabled, users will not be able to submit jobs of the right limits are not set"
0 commit comments