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
then jobs will stay pending in the queue until a job completes and frees up a license.
666
666
Combined with the fairshare algorithm, this can prevent users from monopolizing licenses and preventing others from
667
667
being able to run their jobs.</p>
668
-
<p>Licenses are configured using the <ahref="https://github.com/aws-samples/aws-eda-slurm-cluster/blob/main/source/cdk/config_schema.py#L569-L577">slurm/Licenses</a> configuration variable.
668
+
<p>Licenses are configured using the <ahref="../config#licenses">slurm/Licenses</a> configuration variable.
669
669
If you are using the Slurm database then these will be configured in the database.
670
-
Otherwises they will be configured in <strong>/opt/slurm/{{ClusterName}}/etc/slurm_licenses.conf</strong>.</p>
670
+
Otherwise they will be configured in <strong>/opt/slurm/{{ClusterName}}/etc/pcluster/custom_slurm_settings_include_file_slurm.conf</strong>.</p>
671
671
<p>The example configuration shows how the number of licenses can be configured.
672
672
In this example, the cluster will manage 800 vcs licenses and 1 ansys license.
673
673
Users must request a license using the <strong>-L</strong> or <strong>--licenses</strong> options.</p>
0 commit comments