Skip to content

Commit

Permalink
feat: Use new data-model api. (#3728)
Browse files Browse the repository at this point in the history
* feat: Use new data-model api.

* chore: adding changelog file 3728.added.md [dependabot-skip]

* Disable caching.

* Revert.

---------

Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
  • Loading branch information
prmukherj and pyansys-ci-bot authored Feb 12, 2025
1 parent 6119695 commit 7567936
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/changelog.d/3728.added.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Use new data-model api.
1 change: 1 addition & 0 deletions src/ansys/fluent/core/launcher/launcher_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def _get_subprocess_kwargs_for_fluent(env: Dict[str, Any], argvals) -> Dict[str,
if pyfluent.CLEAR_FLUENT_PARA_ENVS:
del fluent_env["PARA_NPROCS"]
del fluent_env["PARA_MESH_NPROCS"]
fluent_env["REMOTING_NEW_DM_API"] = "1"

if pyfluent.LAUNCH_FLUENT_IP:
fluent_env["REMOTING_SERVER_ADDRESS"] = pyfluent.LAUNCH_FLUENT_IP
Expand Down

0 comments on commit 7567936

Please sign in to comment.