Output file creation time for (python)scripted Fluent simulations #1943
Replies: 1 comment
-
I am very sorry - there was an error on my part. No answer needed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I am using pyfluent to set up and run simulations on a computing cluster. Here, the simulation is started by passing a job script to the clusters job management system. In the job script, the simulation is started by calling e.g.
python3 computationScript.py
The output of the simulation (e.g. the .trn file created by ANSYS) is written only after the simulation is finished. Is there a way to enforce writing each new line of the output during the simulation? Do I need to flush python output after each iteration?
Best Regards!
Beta Was this translation helpful? Give feedback.
All reactions