Skip to content

Commit

Permalink
added ANSYS Fluent changes for older 2021.R2 version.
Browse files Browse the repository at this point in the history
  • Loading branch information
balston committed Mar 27, 2024
1 parent 2733faa commit 61c4ee6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions mkdocs-project-dir/docs/Software_Guides/ANSYS.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,20 @@ Output files will be saved in the job's working directory.

On Myriad the maximum number of MPI processors you can request is 36.

#### Changes to jobscripts for ANSYS Fluent 2021.R2

The following changes are needed to the example jobscript for the
older ANSYS 2021.R2 version. Load this module file instead:

```
module load ansys/2021.r2
```
and run flunent with this MPI option:

```
fluent 3ddp -t$NSLOTS -mpi=intel -cnf=$TMPDIR/machines -g < test-1.in
```

### Troubleshooting Fluent

If you are getting licensing errors when trying to run a parallel job and you have an older version's `~/.ansys/v161/licensing/license.preferences.xml` file, delete it. It does not work with the newer license server. (This applies to all older versions, not just `v161`).
Expand Down

0 comments on commit 61c4ee6

Please sign in to comment.