rsnt_translations
56,420
edits
(Marked this version for translation) |
No edit summary |
||
Line 10: | Line 10: | ||
== Configuring your account == <!--T:7--> | == Configuring your account == <!--T:7--> | ||
In order to configure your account to use your own license server with our Star-CCM+ module, create a license file < | In order to configure your account to use your own license server with our Star-CCM+ module, create a license file <code>$HOME/.licenses/starccm.lic</code> with | ||
{{File|name=starccm.lic|contents=SERVER IP ANY PORT | {{File|name=starccm.lic|contents=SERVER IP ANY PORT | ||
USE_SERVER}} | USE_SERVER}} | ||
where you change < | where you change <code>IP</code> and <code>PORT</code> with the IP address and the port used by the license server at your institution. | ||
=== POD license file === <!--T:261--> | === POD license file === <!--T:261--> | ||
<!--T:262--> | <!--T:262--> | ||
Researchers who have purchased a POD license from [https://www.plm.automation.siemens.com/global/en/buy/ Siemens] may simply configure the following < | Researchers who have purchased a POD license from [https://www.plm.automation.siemens.com/global/en/buy/ Siemens] may simply configure the following <code>$HOME/.licenses/starccm.lic</code> file on any of our clusters where Star-CCM+ jobs are to be run. | ||
{{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}} | ||
Line 24: | Line 24: | ||
= Cluster batch job submission = <!--T:3--> | = Cluster batch job submission = <!--T:3--> | ||
Select one of the available modules: | Select one of the available modules: | ||
* < | * <code>starccm</code> for the double-precision flavour, | ||
* < | * <code>starccm-mixed</code> for the mixed-precision flavour. | ||
<!--T:5--> | <!--T:5--> | ||
Line 31: | Line 31: | ||
<!--T:8--> | <!--T:8--> | ||
Note that at [[Niagara]], the compute nodes mount the < | Note that at [[Niagara]], the compute nodes mount the <code>$HOME</code> filesystem as <i>read-only</i>. Therefore it is important to define the environment variable <code>$STARCCM_TMP</code> and point it to a location on <code>$SCRATCH</code>, which is unique to the version of StarCCM+. Otherwise, StarCCM+ will try to create such a directory in <code>$HOME</code> and crash in the process. | ||