38,757
edits
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
Line 5: | Line 5: | ||
= License limitations = | = License limitations = | ||
Compute Canada has the authorization to host STAR-CCM+ binaries on its servers, but does not provide licenses to users. You will need to have your own license in order to use this software. | Compute Canada has the authorization to host STAR-CCM+ binaries on its servers, but does not provide licenses to users. You will need to have your own license in order to use this software. A remote pod license can be purchased directly from [https://www.plm.automation.siemens.com/global/en/buy/ Siemans]. Alternatively a local license hosted at your institution can be used, providing it can be accessed through the firewall from the cluster where jobs are to be run. | ||
== Configuring your account == | == Configuring your account == | ||
Line 11: | Line 11: | ||
{{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 <tt>IP</tt> and <tt>PORT</tt> with the IP address and the port used by the license server. | where you change <tt>IP</tt> and <tt>PORT</tt> with the IP address and the port used by the license server at your institution. | ||
=== Pod License File === | |||
Researchers who have purchased a pod license from [https://www.plm.automation.siemens.com/global/en/buy/ Siemans] may simply configure the following <tt>$HOME/.licenses/starccm.lic</tt> file on any cluster Alliance cluster where starccm jobs are to be run : | |||
{{File|name=starccm.lic|contents=SERVER flex.cd-adapco.com ANY 1999 | |||
USE_SERVER}} | |||
= Cluster batch job submission = | = Cluster batch job submission = |