pymapdl
pymapdl copied to clipboard
Pythonic interface to MAPDL
`start_timeout` is not passed to the grpc mapdl class.
### 🤓 Before submitting the issue - [X] I have visited the [Troubleshooting section](https://mapdl.docs.pyansys.com/troubleshoot/index.html). - [X] I have searched among the [existing issues](https://github.com/ansys/pymapdl/issues?q=). - [X] I am using a [Python...
Better handling of launcher failures using CLI. Same with MAPDL crashes (read the output files if in local?) See #2798
This section needs to be rewritten. https://mapdl.docs.pyansys.com/version/stable/user_guide/convert.html - It does only explain about CLI interface, whereas CLI interface is explained in their correspondent sectionhttps://mapdl.docs.pyansys.com/version/stable/user_guide/cli.html#convert-apdl-code - I should add about PIPE...
Related to #2865 The idea is to create a CLI that allow us to launch PyMAPDL (python) scripts in an HPC cluster. We must leverage PyHPS.
As the title. The idea is that on SLURM HPC clusters, PyMAPDL will read the SLURM job through the env vars that the SLURM manager creates, so it can launch...
### 🤓 Before submitting the issue - [X] I have visited the [Troubleshooting section](https://mapdl.docs.pyansys.com/troubleshoot/index.html). - [X] I have searched among the [existing issues](https://github.com/ansys/pymapdl/issues?q=). - [X] I am using a [Python...
**Disclaimer**: I'm going to do brainstorming in this PR, hence do not expect a logical sequence of phrases or ideas. I just want to summarise the current situation, and future...
As the title. It will take extensive debugging in MAPDL. ### Example ```py import numpy as np from ansys.mapdl.core import launch_mapdl mapdl = launch_mapdl() mapdl.finish() mapdl.clear() mapdl.prep7() dimensions = 1E7...
This issues is to keep track of the features/bugs that needs to be fixed in MAPDL. They might be tracked somewhere else as well, but this issue should raise visibility...