German
German
New commands added will be reflecting in docs API, but not in MAPDL Commands tab because this tab is manual.
`start_timeout` is not passed to the grpc mapdl class.
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...
**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...