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.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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:
fluent 3d -g -rsh="plink -batch -i private_key.ppk -l testuser -v" -nodepath=/ansys_inc/v242/fluent -node0=10.0.23.135 -setenv="FLUENT_REMOTE_SSH=1" -scheduler=slurm -scheduler_account=testuser -nm
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
Farai
Beta Was this translation helpful? Give feedback.
All reactions