How to use remote machines to analyze? #4661
Unanswered
liangyiqiu
asked this question in
Q&A
Replies: 1 comment 8 replies
-
Hi @liangyiqiu , If you want to analyze the design using remote machines not in batch, you just need only the .ACF file, please try that the ACF file is working when you import it manually. The other option is launching in batch, which will close the project, in this case, you need to pass the machine name too. Please check the API reference: https://aedt.docs.pyansys.com/version/0.9/API/_autosummary/pyaedt.icepak.Icepak.analyze.html#analyze And also the code, because then you will see what parameters you are not passing correctly: https://github.com/ansys/pyaedt/blob/main/pyaedt/application/Analysis.py#L1560 |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
From the desktop ui i can use a remote machine to analyze. However, from pyaedt the computation is always performed on the localhost.
I tried the "machine" parameter of the function "hfss.analyze", but it doesn't work. I also tried "acf_file", but the simulation won't start due to errors.
And any edit in the desktop ui makes no sense. It seems that pyaedt will always create a new setup in HPC options, and only "localhost" is enabled.
Beta Was this translation helpful? Give feedback.
All reactions