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 @@
[...]
marie@login$ # module load ANSYS/<version>
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
......@@ -100,29 +100,41 @@ start a Ansys workbench on the login nodes interactively for short tasks. The se
### Using Workbench Interactively
Ansys workbench (`runwb2`) can be invoked interactively on the login nodes of ZIH systems for short tasks.
[X11 forwarding](../access/ssh_login.md#x11-forwarding) needs to enabled when establishing the SSH
connection. For OpenSSH the corresponding option is `-X` and it is valuable to use compression of
all data via `-C`.
Ansys workbench (`runwb2`) can be invoked interactively on the login nodes of ZIH systems for short
tasks.
```console
# SSH connection established using -CX
marie@login$ # module load ANSYS/<version>
marie@login$ # e.g.
marie@login$ module load ANSYS/2020R2
marie@login$ runwb2
```
!!! note
[X11 forwarding](../access/ssh_login.md#x11-forwarding) needs to enabled when establishing the
SSH connection. For OpenSSH the corresponding option is `-X` and it is valuable to use
compression of all data via `-C`.
=== "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
[batch systems Slurm](../jobs_and_resources/slurm.md) for further information):
```console
marie@login$ # module load ANSYS/<version>
marie@login$ # e.g.
marie@login$ module load ANSYS/2020R2
marie@login$ srun --time=00:30:00 --x11=first [SLURM_OPTIONS] --pty bash
[marie@login$ ~]$ # module load ANSYS/<version>
[marie@login$ ~]$ # e.g.
[marie@login$ ~]$ module load ANSYS/2023R1
[marie@login$ ~]$ srun --time=00:30:00 --x11=first [SLURM_OPTIONS] --pty bash
[...]
marie@compute$ runwb2
[marie@compute$ ~]$ runwb2
```
!!! 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