From 37baf38e243a7b3bcc30da3a8a0cbfb2ae4cb1d0 Mon Sep 17 00:00:00 2001 From: Martin Schroschk <martin.schroschk@tu-dresden.de> Date: Tue, 13 Dec 2022 09:22:31 +0100 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- doc.zih.tu-dresden.de/docs/software/fem_software.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc.zih.tu-dresden.de/docs/software/fem_software.md b/doc.zih.tu-dresden.de/docs/software/fem_software.md index 1a917b7c7..5d591d21d 100644 --- a/doc.zih.tu-dresden.de/docs/software/fem_software.md +++ b/doc.zih.tu-dresden.de/docs/software/fem_software.md @@ -192,7 +192,9 @@ should match your used `--cpus-per-task` parameter in your job file. ANSYS Mechanical APDL (sometimes called ANSYS Classic, the older MAPDL scripted environment). -### SMP (1 node only) +### SMP + +MAPDL can be invoked in so-called smp-mode to make use of threads in order to speedup computation. The multi-threading approach is restricted to one node. In contrast, MAPDL offers a MPI-parallel mode to distribute the computation across multiple nodes. This mode is described below. #### Interactive mode -- GitLab