Submit to remote Linux node with pyFluent #3544
-
Hi, I want to start a Fluent session on a remote linux node with my python code running from a Windows VDI. I can to this via commandline with or without Slurm queue:
When I translate this to a launch_fluent command:
I am unable to spawn the processes on the Linux node, the processes on the Windows machine just seem to idle:
Any advice would be welcome Best Regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Do you consider to launch a Fluent session in Linux node first, then use 'pyfluent.connect_to_fluent' to connect to it? |
Beta Was this translation helpful? Give feedback.
Do you consider to launch a Fluent session in Linux node first, then use 'pyfluent.connect_to_fluent' to connect to it?