Skip to content

Commit

Permalink
Added changes to launch_mapdl
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Jan 31, 2022
1 parent 5ae9e8f commit 3b151c2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ansys/mapdl/core/launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -760,6 +760,7 @@ def launch_mapdl(
verbose_mapdl=False,
license_server_check=True,
license_type=None,
print_com=False,
**kwargs,
) -> _MapdlCore:
"""Start MAPDL locally in gRPC mode.
Expand Down Expand Up @@ -885,6 +886,10 @@ def launch_mapdl(
will be requested, being up to the license server to provide a specific
license type. Default is ``None``.
print_com : bool, optional
Print the command ``/COM`` arguments to the standard output.
Default ``False``.
Returns
-------
ansys.mapdl.core.mapdl._MapdlCore
Expand Down Expand Up @@ -1124,6 +1129,7 @@ def launch_mapdl(
"additional_switches": additional_switches,
"jobname": jobname,
"nproc": nproc,
"print_com": print_com,
}

if mode in ["console", "corba"]:
Expand Down

0 comments on commit 3b151c2

Please sign in to comment.