...
Software | Server | Total Tokens Available | Share per Cluster | Slurm parameter--licenses | See also |
---|---|---|---|---|---|
abaqus | stilic3 | 400 | fidis: 20%40% helvetios: 0% | abaqus@stilic3 | Abaqus Token Calculator |
...
To check how many licenses can be used in the cluster, and how many are free one can use:
Code Block theme Midnight scontrol show licenses
The output looks like (today on the Fidis cluster):
Code Block theme Midnight $ scontrol show licenses LicenseName=abaqus@stilic3 Total=80 Used=0 Free=80 Remote=yes
To check how many licenses are available from the license daemon perspective one needs to use a command that is specific to each software. in the case of
abaqus
it would be (after loading theabaqus
module):Code Block theme Midnight module load intel abaqus lmstat -c 27005@stilic3.epfl.ch -f abaqus
...