Docs update ANSYS 13.04.2022

This commit is contained in:
2022-04-13 16:57:34 +02:00
parent b8ff389a9d
commit c48ebe41a1
4 changed files with 31 additions and 7 deletions

View File

@ -24,13 +24,20 @@ following flags:
### PModules
Is strongly recommended the use of the latest ANSYS software **ANSYS/2020R1-1** available in PModules.
Is strongly recommended the use of the latest ANSYS software available in PModules.
```bash
module use unstable
module load ANSYS/2020R1-1
module load Pmodules/1.1.6
module use overlay_merlin
module load ANSYS/2022R1
```
## Interactive: RSM from remote PSI Workstations
Is possible to run Fluent through RSM from remote PSI (Linux or Windows) Workstation having a local installation of ANSYS Fluent and RSM client.
For that, please refer to the ***[ANSYS RSM]*(/merlin6/ansys-rsm.html)** in the Merlin documentation for further information of how to setup a RSM client for submitting jobs to Merlin.
### Non-interactive: sbatch
Running jobs with `sbatch` is always the recommended method. This makes the use of the resources more efficient.
@ -99,7 +106,6 @@ In the above example, one can increase the number of *nodes* and/or *ntasks* if
`--nodes` for running on multiple nodes, but may lead to communication overhead. In general, **no
hyperthreading** is recommended for MPI based jobs. Also, one can combine it with `--exclusive` when necessary.
## Interactive: salloc
Running Fluent interactively is strongly not recommended and one should whenever possible use `sbatch`.