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
Support ParallelCluster 3.9.2 and 3.9.3. Fix ansible playbooks. (#241)
Replace include with include_tasks.
Resolves#238
Resolve ansible-lint warnings and errors
Use snake case instead of camel cases. Ansible naming conventions recommends
only using lower-case alphanumeric variable names with underscores.
Support ParallelCluster 3.9.2.
Resolves#236
Add support for ParallelCluster 3.9.3
Resolves#240
Fix filename in documentation
Update the file where the Licenses are configured if you aren't using the slurmdb.
Resolves#239
Copy file name to clipboardExpand all lines: docs/deployment-prerequisites.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -362,9 +362,9 @@ then jobs will stay pending in the queue until a job completes and frees up a li
362
362
Combined with the fairshare algorithm, this can prevent users from monopolizing licenses and preventing others from
363
363
being able to run their jobs.
364
364
365
-
Licenses are configured using the [slurm/Licenses](https://github.com/aws-samples/aws-eda-slurm-cluster/blob/main/source/cdk/config_schema.py#L569-L577) configuration variable.
365
+
Licenses are configured using the [slurm/Licenses](../config#licenses) configuration variable.
366
366
If you are using the Slurm database then these will be configured in the database.
367
-
Otherwises they will be configured in **/opt/slurm/{{ClusterName}}/etc/slurm_licenses.conf**.
367
+
Otherwise they will be configured in **/opt/slurm/{{ClusterName}}/etc/pcluster/custom_slurm_settings_include_file_slurm.conf**.
368
368
369
369
The example configuration shows how the number of licenses can be configured.
370
370
In this example, the cluster will manage 800 vcs licenses and 1 ansys license.
0 commit comments