β
Before submitting
π Description of the bug
In following scenarios, it has been observed that the default value for "start_timeout" which is 60 seconds, is not sufficient:
- Fluent launch with GPU
- Fluent launch on specific machines (with low machine specifications)
Please note that this issue is not repeatable (due to inherent dependence on multiple conditions for launch time). However, this is being observed very frequently (internally and at customer site).
The problem becomes more complex because the Fluent launch failure causes Fluent processes not closing cleanly (fl_mpi processes remain open).
π Steps to reproduce
import ansys.fluent.core as pyfluent
# Specify very small timeout to reproduce the issue (Fluent process not killed after failed launch)
session = pyfluent.launch_fluent(start_timeout=3)
π― Expected behavior
- The default value should be increased to at-least 180 seconds.
- If Fluent launch command fails, the Fluent process should be killed automatically.
π₯ Actual behavior / traceback
After Fluent launch failure due to insufficient start_timeout, it leaves fl_mpi process running.
π¦ PyFluent version
ansys-fluent-core = 0.37.1
π Ansys Fluent version
2026 R1 (26.1)
π Python version
3.10
π» Operating system
Windows
π Additional context

β Before submitting
π Description of the bug
In following scenarios, it has been observed that the default value for "start_timeout" which is 60 seconds, is not sufficient:
Please note that this issue is not repeatable (due to inherent dependence on multiple conditions for launch time). However, this is being observed very frequently (internally and at customer site).
The problem becomes more complex because the Fluent launch failure causes Fluent processes not closing cleanly (fl_mpi processes remain open).
π Steps to reproduce
π― Expected behavior
π₯ Actual behavior / traceback
π¦ PyFluent version
ansys-fluent-core = 0.37.1
π Ansys Fluent version
2026 R1 (26.1)
π Python version
3.10
π» Operating system
Windows
π Additional context