-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allowing multiple IPs for remote connection on
MapdlPool
(#3166)
* Allowing multiple IPs in MapdlPool * Adding test * removing warning * Update src/ansys/mapdl/core/pool.py Co-authored-by: Camille <[email protected]> * chore: improving docs and implementation. * allowing int port when IP and n_instances are None. * Externalising arg processing * Adding unit tests --------- Co-authored-by: Camille <[email protected]>
- Loading branch information
Showing
3 changed files
with
571 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
feat: allowing multiple IPs for remote connection on `MapdlPool` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.