You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This academic license includes access to a comprehensive suite of Ansys tools across structural mechanics, fluid dynamics, electromagnetics, optics, materials, and systems simulation.
|**HPC & Parallelization**| HPC Workgroup, LS-DYNA HPC, optiSLang HPC, Rocky HPC | Used internally via solvers |
80
+
81
+
> License allows **up to 25 simultaneous jobs** and **512 HPC cores** shared across all supported tools.
82
+
70
83
```
71
84
72
85
73
86
Ask scheduler for licence by adding one of the following options:
87
+
> Each simulation consumes 1 solver license (up to 25 for CFD, 5 for Mechanical) and may use multiple HPC licenses depending on number of CPU cores requested.
74
88
75
-
```bash
76
89
-l ansys-cfd=1 # 1 license of Ansys CFD
77
90
-l ansys-mechwb=1 # 1 license of Ansys Mechanical Workbench
78
91
-l ansys-anshpc=Z # Z licenses of Ansys HPC
@@ -128,7 +141,7 @@ module add ansys/18.2
128
141
fluent <version> -g -i input_file # serial initialization of Fluent
129
142
```
130
143
131
-
b) for paralel/distributed computation:
144
+
b) for parallel/distributed computation:
132
145
133
146
```
134
147
module add ansys/18.2
@@ -160,7 +173,7 @@ To utilize homogeneous cluster (fluent cannot optimally use nodes with different
0 commit comments