cc_staff
1,857
edits
mNo edit summary |
mNo edit summary |
||
Line 11: | Line 11: | ||
== Configuring your account == <!--T:7--> | == Configuring your account == <!--T:7--> | ||
In order to configure your account to use a license server with our Star-CCM+ module, create a license file <code>$HOME/.licenses/starccm.lic</code> with the following layout: | In order to configure your account to use a license server with our Star-CCM+ module, create a license file <code>$HOME/.licenses/starccm.lic</code> with the following layout: | ||
{{File|name=starccm.lic|contents=SERVER | {{File|name=starccm.lic|contents=SERVER <server> ANY <port> | ||
USE_SERVER}} | USE_SERVER}} | ||
where <code> | where <code><server></code> and <code><port></code> should be changed to specify the hostname (or ip address) and the static vendor port of the license server respectively. | ||
=== POD license file === <!--T:261--> | === POD license file === <!--T:261--> | ||
<!--T:262--> | <!--T:262--> | ||
Researchers | Researchers with a POD license purchased from [https://www.plm.automation.siemens.com/global/en/buy/ Siemens] can specify it by creating a <code>~/.licenses/starccm.lic</code> text file as follows: | ||
{{File|name=starccm.lic|contents=SERVER flex.cd-adapco.com ANY 1999 | {{File|name=starccm.lic|contents=SERVER flex.cd-adapco.com ANY 1999 | ||
USE_SERVER}} | USE_SERVER}} | ||
on any cluster (except Niagara) as well as setting LM_PROJECT to your YOUR CD-ADAPCO PROJECT ID in your slurm script. Please note that manually setting CDLMD_LICENSE_FILE="<port>@<server>" in your slurm script will no longer be required. | |||
= Cluster batch job submission = <!--T:3--> | = Cluster batch job submission = <!--T:3--> |