Abaqus/en: Difference between revisions

Updating to match new version of source page
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 69: Line 69:
=== Check license server ===
=== Check license server ===


To query the sharcnet license server do the following.  It will show the reservations for purchasing groups and token usage by username for any running jobs:
To query the sharcnet license server for started jobs, queued jobs, and reservations by purchasing groups run:


<source lang="bash">
<source lang="bash">
ssh graham.computecanada.ca
ssh graham.computecanada.ca
module load abaqus
module load abaqus
abaqus licensing lmstat -c $LM_LICENSE_FILE -a
abaqus licensing lmstat -c $LM_LICENSE_FILE -a | grep "Users\|start\|queued\|RESERVATIONs"
</source>
</source>


38,760

edits