Official homepage: https://www.ansys.com/products/electronics
ANSYS Electromagnetics is a suite of commercial programs, that require a license. NSC does not provide any ANSYS Electromagnetics licenses. You have to provide correct license information by yourself. Typically, the license server is run by the IT department of your university, e.g. at Chalmers, Uppsala University etc.
To connect to the license server, ANSYS Electromagnetics needs the environmental variable ANSYSLMD_LICENSE_FILE
. For example
export ANSYSLMD_LICENSE_FILE=port@servername
port is a four digit number, and servername is the IP-address of the license server.
If the variable ANSYSLMD_LICENSE_FILE
cannot be provided, there is a second option:
Create a file, that contains the following information, e.g. $HOME/license.ansys:
SERVER <servername> ANY <FlexNet_port>
VENDOR ansyslmd
USE_SERVER
INCREMENT any ansyslmd any
Set ANSYSLMD_LICENSE_FILE
to point to the license file
export ANSYSLMD_LICENSE_FILE=$HOME/license.ansys
The servername and FlexNet_port are provided by the IT department that runs the license server.
As a reference, we refer to the following article in the Ansys Learning Forum: License file for ANSYS users
Version | NSC Module | Installation Path |
---|---|---|
2020R1 | ansys-em/2020R1-nsc1 | /software/sse/manual/ansys-em/2020R1/nsc1 |
Load the ANSYS Electromagnetics module corresponding to the version you want to use, e.g
module load ansys-em/2020R1-nsc1
This gives you access to the ANSYS Electromagnetics software.
Guides, documentation and FAQ.
Applying for projects and login accounts.