Named-user licensing triggered from the command line
By default, the solver uses Clic v2 for licensing.
To use Clic v3, which supports named-user licensing on Linux, instead of Clic v2, there are a couple command line options for the solver. To login as a named user with Clic v3, use the --login argument:
pan2 02_thermal.in -s --login
Follow the prompts in the browser popup to finish logging in. Also check your OS for a separate Clic popup window, which may be hidden behind other windows.
To force a logout, e.g. in order to switch users, use the --logout argument:
pan2 --logout
Both the login and logout options can be combined into a single invocation of pan2. In this case, the logout is performed before logging back in, regardless of argument order.