Altair FEKO: Difference between revisions
(Created page with "<languages /> Category:Software {{Draft}} = Introduction = [https://altairhyperworks.com/product/FEKO Altair FEKO] is a comprehensive computational electromagnetics (CEM...") |
No edit summary |
||
(7 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
<languages /> | <languages /> | ||
[[Category:Software]] | [[Category:Software]] | ||
= Introduction = | <translate> | ||
= Introduction = <!--T:1--> | |||
[https://altairhyperworks.com/product/FEKO Altair FEKO] is a comprehensive computational electromagnetics (CEM) software used widely in the telecommunications, automobile, aerospace and defense industries. | [https://altairhyperworks.com/product/FEKO Altair FEKO] is a comprehensive computational electromagnetics (CEM) software used widely in the telecommunications, automobile, aerospace and defense industries. | ||
= Licensing = | = Licensing = <!--T:2--> | ||
We are a hosting provider for FEKO. This means that we have FEKO software installed on our clusters, but we do not provide a generic license accessible to everyone. However, you may already have a license server for your research group. | |||
== Configuring your own license file == | == Configuring your own license file == <!--T:3--> | ||
Our module for FEKO is designed to look for license information in a few places. One of those places is your home folder. If you have your own license server, you can write the information to access it in the following format: | Our module for FEKO is designed to look for license information in a few places. One of those places is your home folder. If you have your own license server, you can write the information to access it in the following format: | ||
</translate> | |||
{{File | {{File | ||
|name=feko.lic | |name=feko.lic | ||
|lang="lua" | |lang="lua" | ||
|contents= | |contents= | ||
setenv(" | setenv("ALTAIR_LICENSE_PATH", "<port>@<hostname>") | ||
}} | }} | ||
and put this file in the folder <tt>$HOME/.licenses/</tt>. Note that | <translate> | ||
<!--T:4--> | |||
and put this file in the folder <tt>$HOME/.licenses/</tt>. Note that firewall configuration will need to be done on both our side and yours. Please get in touch with our [[Technical support]] to arrange this. | |||
</translate> |
Latest revision as of 22:13, 11 July 2022
Introduction
Altair FEKO is a comprehensive computational electromagnetics (CEM) software used widely in the telecommunications, automobile, aerospace and defense industries.
Licensing
We are a hosting provider for FEKO. This means that we have FEKO software installed on our clusters, but we do not provide a generic license accessible to everyone. However, you may already have a license server for your research group.
Configuring your own license file
Our module for FEKO is designed to look for license information in a few places. One of those places is your home folder. If you have your own license server, you can write the information to access it in the following format:
setenv("ALTAIR_LICENSE_PATH", "<port>@<hostname>")
and put this file in the folder $HOME/.licenses/. Note that firewall configuration will need to be done on both our side and yours. Please get in touch with our Technical support to arrange this.