Skip to content
Snippets Groups Projects
Commit 3cba1784 authored by Guilherme Calandrini's avatar Guilherme Calandrini
Browse files

fixes for ANSYS workbench

parent b7bf25b8
No related branches found
No related tags found
2 merge requests!1014Automated merge from preview to main,!1009fixes for ANSYS workbench
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
[...] [...]
marie@login$ # module load ANSYS/<version> marie@login$ # module load ANSYS/<version>
marie@login$ # e.g. marie@login$ # e.g.
marie@login$ module load ANSYS/2020R2 marie@login$ module load ANSYS/2022R2
``` ```
The section [runtime environment](modules.md) provides a comprehensive overview The section [runtime environment](modules.md) provides a comprehensive overview
...@@ -100,29 +100,41 @@ start a Ansys workbench on the login nodes interactively for short tasks. The se ...@@ -100,29 +100,41 @@ start a Ansys workbench on the login nodes interactively for short tasks. The se
### Using Workbench Interactively ### Using Workbench Interactively
Ansys workbench (`runwb2`) can be invoked interactively on the login nodes of ZIH systems for short tasks. Ansys workbench (`runwb2`) can be invoked interactively on the login nodes of ZIH systems for short
[X11 forwarding](../access/ssh_login.md#x11-forwarding) needs to enabled when establishing the SSH tasks.
connection. For OpenSSH the corresponding option is `-X` and it is valuable to use compression of
all data via `-C`.
```console !!! note
# SSH connection established using -CX
marie@login$ # module load ANSYS/<version> [X11 forwarding](../access/ssh_login.md#x11-forwarding) needs to enabled when establishing the
marie@login$ # e.g. SSH connection. For OpenSSH the corresponding option is `-X` and it is valuable to use
marie@login$ module load ANSYS/2020R2 compression of all data via `-C`.
marie@login$ runwb2
``` === "startup script"
```console
[marie@login ~]$ start_ansysworkbench.sh
```
=== "customized start"
```console
# SSH connection established using -CX
[marie@login$ ~]$ # module load ANSYS/<version>
[marie@login$ ~]$ # e.g.
[marie@login$ ~]$ module load ANSYS/2022R2
[marie@login$ ~]$ runwb2
```
If more time is needed, a CPU has to be allocated like this (see If more time is needed, a CPU has to be allocated like this (see
[batch systems Slurm](../jobs_and_resources/slurm.md) for further information): [batch systems Slurm](../jobs_and_resources/slurm.md) for further information):
```console ```console
marie@login$ # module load ANSYS/<version> [marie@login$ ~]$ # module load ANSYS/<version>
marie@login$ # e.g. [marie@login$ ~]$ # e.g.
marie@login$ module load ANSYS/2020R2 [marie@login$ ~]$ module load ANSYS/2023R1
marie@login$ srun --time=00:30:00 --x11=first [SLURM_OPTIONS] --pty bash [marie@login$ ~]$ srun --time=00:30:00 --x11=first [SLURM_OPTIONS] --pty bash
[...] [...]
marie@compute$ runwb2 [marie@compute$ ~]$ runwb2
``` ```
!!! hint "Better use DCV" !!! hint "Better use DCV"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment