cc_staff
1,857
edits
mNo edit summary |
mNo edit summary |
||
Line 7: | Line 7: | ||
= License limitations = <!--T:2--> | = License limitations = <!--T:2--> | ||
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 == <!--T:7--> | == Configuring your account == <!--T:7--> | ||
Line 13: | Line 13: | ||
{{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 = <!--T:3--> | = Cluster batch job submission = <!--T:3--> |