meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:computing:cluster:software:ansys [2024/07/17 08:14] – [ANSYS] Jan Pech | en:computing:cluster:software:ansys [2024/07/17 15:32] (current) – Running the programme section deleted (obsolete) Jan Pech | ||
---|---|---|---|
Line 6: | Line 6: | ||
Current versions of ANSYS are installed to directories under the path | Current versions of ANSYS are installed to directories under the path | ||
/ | / | ||
- | Ansys-workbench and Ansys-Fluent | + | |
+ | Note that [[en: | ||
+ | |||
+ | Submitting the **job to Slurm scheduler** is described under [[en: | ||
+ | |||
+ | Beside their standard location, | ||
^ Version | ^ Version | ||
Line 13: | Line 18: | ||
- | ===== Running the program ===== | ||
- | ==== Interactive mode ==== | ||
- | The //commands to start each environment are listed in the table above.// | ||
- | |||
- | ANSYS offers two environments to work in: | ||
- | * MAPDL -- the original working environment, | ||
- | |||
- | launchxxx | ||
- | |||
- | |||
- | * Workbench -- new environment, | ||
- | |||
- | wbxxx | ||
- | |||
- | Fluent is launched with the command | ||
- | |||
- | fluentxxx | ||
- | | ||
- | | ||
- | Working in interactive mode directly on the servers is not very comfortable. Servers are primarily for computing and have little graphics power. It is preferable to prepare the task interactively on the PC and then run the calculation on the servers. The results can then be viewed again on the PC. | ||
- | |||
- | |||
- | ==== Batch execution ==== | ||
- | |||
- | Documentation for batch mode is located in the program help in | ||
- | |||
- | ANSYS Documentation -> Mechanical APDL -> Operation Guide -> 3. Running the Mechanical APDL Program -> 3.4 Batch Mode | ||
- | | ||
- | The calculation is started with the command | ||
- | |||
- | ansysxxx -b -p productvar < inputname > outputname 2>&1 | ||
- | |||
- | If we want to run the calculation in the background, then with the command | ||
- | |||
- | nohup ansysxxx -b -n nnn -p productvar < inputname > outputname 2>&1 & | ||
- | | ||
- | where '' | ||
- | |||
- | ^ productvar ^ license ^ | ||
- | | '' | ||
- | |'' | ||
- | |||
- | If the '' | ||
- | | ||
- | / |