38,760
edits
(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 | 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> | ||