Translations:Ansys/2830/en

From Alliance Doc
Jump to navigation Jump to search

To verify your ansys.lic is configured and working properly run the following commands on the cluster you will be submitting jobs to:

[name@server ~]$ salloc --time=1:0:0 --nodes=1 --mem=1G --ntasks=1 --account=def-youruserid
[name@server ~]$ module load ansys/2023R2
[name@server ~]$ $EBROOTANSYS/v232/licensingclient/linx64/lmutil lmstat -c $ANSYSLMD_LICENSE_FILE 1> /dev/null && echo Success || echo Fail
Success