You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Cherry-picked changes to include in version 0.37.1 (#4716)
Cherry-picked changes from the following PRs to include in version
0.37.1:
#4660 (Support
`PYFLUENT_CONTAINER_INSECURE_MODE` environment variable)
#4689 (Fix `from_install` method)
#4712 (Always show the insecure
gRPC warning)
#4670 (Don't allow pop up terminal
windows during launch_fluent)
---------
Co-authored-by: pyansys-ci-bot <[email protected]>
Co-authored-by: Prithwish Mukherjee <[email protected]>
Co-authored-by: Copilot <[email protected]>
Copy file name to clipboardExpand all lines: doc/source/contributing/environment_variables.rst
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,4 +77,6 @@ control the behavior of PyFluent within the same Python process. Please see the
77
77
* - REMOTING_SERVER_ADDRESS
78
78
- Specifies the IP address of the Fluent server while launching Fluent in :func:`launch_fluent() <ansys.fluent.core.launcher.launcher.launch_fluent>`.
79
79
* - SERVER_INFO_DIR
80
-
- Specifies the directory where the server-info file is created while launching Fluent in :func:`launch_fluent() <ansys.fluent.core.launcher.launcher.launch_fluent>`.
80
+
- Specifies the directory where the server-info file is created while launching Fluent in :func:`launch_fluent() <ansys.fluent.core.launcher.launcher.launch_fluent>`.
81
+
* - PYFLUENT_CONTAINER_INSECURE_MODE
82
+
- Uses insecure mode when launching Fluent in a container or connecting to a Fluent container.
0 commit comments