We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In a simple script, _MapdlCore isn't being collected:
_MapdlCore
from ansys.mapdl.core import launch_mapdl mapdl = launch_mapdl( loglevel='DEBUG', verbose_mapdl=True, additional_switches='-smp' ) print(mapdl)
It's important that mapdl collects when out of scope, which means exiting.
mapdl
The text was updated successfully, but these errors were encountered:
akaszynski
Successfully merging a pull request may close this issue.
In a simple script,
_MapdlCore
isn't being collected:It's important that
mapdl
collects when out of scope, which means exiting.The text was updated successfully, but these errors were encountered: