pymapdl icon indicating copy to clipboard operation
pymapdl copied to clipboard

Remote launching MAPDL instances on an HPC cluster

Open germa89 opened this issue 11 months ago • 0 comments

As the title.

Stage 3.

We would like to have something like:

from ansys.mapdl.core import launch_mapdl_on_hpc

mapdl = launch_mapdl_on_hpc(user="user@cluster", password="*****", cluster = "cluster.company", nproc=10)

mapdl.prep7()
...

germa89 avatar Nov 20 '24 17:11 germa89