March 24, 2023 at 11:35 am
Subscriber
Hi Nikhil,
So I see the python api reference using the -cnf flag in the link you mentioned,
This, when submitted to a cluster, is obtained through a variable, as follows,
node_list=$(scontrol show hostname ${SLURM_NODELIST} | sort -u)
fluent 3ddp -ssh -meshing -t$SLURM_NTASKS -cnf=$node_list -gu -i n_run.jou > out.txt
how can I then assign this node_list, to the python additional arguments kwarg?
Or perhaps, there is a completely different way to connect to a linux based cluster from a windows based pyfluent session?