STK

  • ObjectのAccess Constraintを後から追加する際は過去のAccess Calculation結果を消してから設定したうえで最後に再計算すると処理が格段に早い

https://help.agi.com/stkdevkit/
https://www.agi.com/blog/2021/05/save-time-with-stk-engine

  • STKDesktopとSTKEngineの2通りの方法がありGUIが不要であればSTKEngineを使用した方が処理は早い
  • 一方で起動時間を削る場合はSTKDesktopでGUI画面を起動したままシナリオを変えて計算すると高速化に繋がる

https://help.agi.com/stk/Subsystems/connectCmds/connectCmds.htm

  • 上記APIでCOM経由のデータ転送が遅延に繋がる場合はこちらの方法でCOM経由を回避すると処理の高速化に繋がることもある

Troubleshooting - Required Libraries

## LSB
sudo apt install lsb
## LibLDAP (as needed)
wget http://http.us.debian.org/debian/pool/main/o/openldap/libldap-2.4-2_2.4.47+dfsg-3+deb10u7_amd64.deb
sudo apt install libldap-2.4-2_2.4.47+dfsg-3+deb10u7_amd64.deb

Troubleshooting - Lmgrd Command Not Found

https://jp.mathworks.com/matlabcentral/answers/97417-linux

## lmgrd: Command not found.
cd /lib64
sudo ln -s ld-linux-x86-64.so.2 ld-lsb-x86-64.so.3

Troubleshooting - No Flexlm Directory

https://adaptivesupport.amd.com/s/article/62248

## Can't make directory /usr/tmp/.flexlm, errno: 2(No such file or directory)
sudo mkdir /usr/tmp/.flexlm
ssh -L 1055:localhost:1055 user@server

Daiphys is a professional services company in research and development of leading-edge technologies in science and engineering.
Get started accelerating your business through our deep expertise in R&D with AI, quantum computing, and space development; please get in touch with Daiphys today!

Name*


Email*


Subject


Message*




* Indicates required field

Daiphys Technologies LLC - https://www.daiphys.com/

  • Last modified: 2025/06/25 06:53
  • by Daiphys