Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hpc-compendium
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ZIH
hpcsupport
hpc-compendium
Commits
3cba1784
Commit
3cba1784
authored
1 year ago
by
Guilherme Calandrini
Browse files
Options
Downloads
Patches
Plain Diff
fixes for ANSYS workbench
parent
b7bf25b8
No related branches found
No related tags found
2 merge requests
!1014
Automated merge from preview to main
,
!1009
fixes for ANSYS workbench
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc.zih.tu-dresden.de/docs/software/fem_software.md
+29
-17
29 additions, 17 deletions
doc.zih.tu-dresden.de/docs/software/fem_software.md
with
29 additions
and
17 deletions
doc.zih.tu-dresden.de/docs/software/fem_software.md
+
29
−
17
View file @
3cba1784
...
...
@@ -10,7 +10,7 @@
[...]
marie@login$ # module load ANSYS/<version>
marie@login$ # e.g.
marie@login$ module load ANSYS/202
0
R2
marie@login$ module load ANSYS/202
2
R2
```
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/202
0R2
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/202
3R1
[
marie@login$
~]
$
srun
--time
=
00:30:00
--x11
=
first
[
SLURM_OPTIONS]
--pty
bash
[...]
marie@compute$
runwb2
[
marie@compute$
~]
$
runwb2
```
!!! hint "Better use DCV"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment