-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix respawning of pool instances have different names #2493
Conversation
Thanks for opening a Pull Request. If you want to perform a review write a comment saying: @ansys-reviewer-bot review |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #2493 +/- ##
==========================================
- Coverage 82.15% 80.10% -2.05%
==========================================
Files 46 46
Lines 9115 9118 +3
==========================================
- Hits 7488 7304 -184
- Misses 1627 1814 +187 |
Getting back the name/thread_name argument to pool_monitor_thread
…ub.com/pyansys/pymapdl into fix/pool-names-changes-when-respawning
Leaving this PR for next week because I need a machine with MAPDL installed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
I'm merging because we cannot really test pool library in the pull requests (because we ran student which does not support more than one MAPDL instance) |
The re-spawning of pool instances was creating instances with different names.
Close #2453