Skip to content

Commit

Permalink
fix missing code block (#391)
Browse files Browse the repository at this point in the history
Signed-off-by: Cal <35017184+CallumWalley@users.noreply.github.com>
  • Loading branch information
CallumWalley authored Nov 7, 2024
1 parent f1ddea2 commit 05016cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/Scientific_Computing/Supported_Applications/ANSYS.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,11 +270,11 @@ n24-31 wbn056 8/72 Linux-64 71521-71528 Intel(R) Xeon(R) E5-2695 v4

It is best practice when running long jobs to enable autosaves.

``` sh
/file/autosave/data-frequency
```ansys
/file/autosave/data-frequency 500
```

Where `` is the number of iterations to run before creating a save.
Where `500` is the number of iterations to run before creating a save.

In order to save disk space you may also want to include the line

Expand All @@ -283,7 +283,7 @@ In order to save disk space you may also want to include the line
Including the following code at the top of your journal file will allow
you to interrupt the job.

``` sh
```ansys
(set! checkpoint/exit-filename "./exit-fluent")
```

Expand Down

0 comments on commit 05016cd

Please sign in to comment.