Skip to content

Commit

Permalink
Merge pull request #45 from flindersuni/feature/ANSYS-TUI
Browse files Browse the repository at this point in the history
TUI Gotchas
  • Loading branch information
The-Scott-Flinders committed Aug 19, 2022
2 parents cd3d132 + 8021c22 commit d8d98cd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/source/software/ansys.rst
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,12 @@ run will not run with the expected core-count!

``#SBATCH --mem-per-cpu=3G``

4. You **MUST** use the -mpi=openmpi flag when running fluent. The Default IntelMPI will not work, and hand indefinitely.
4. You **MUST** use the -mpi=openmpi flag when running fluent. The Default IntelMPI *will not work*, and hangs indefinitely

5. You **MUST** Create your Journal File in TUI Mode, via the Command-Line or it *will not work*.
6. You **MUST** alter all paths in the TUI Journal File to use ``/`` instead of ``\``, or it *will not work*
7. You **MUST** alter all paths in the TUI Journal File to be ``/absolute/path/to/your/file``, or it *will not work*
8. You **MUST** replace the final command of ``/close-fluent`` with ``exit Y`` or your *job will hand until it times out and SLURM kills it*


++++++++++++++++++++++++++++++++++++++++++++++
Expand Down

0 comments on commit d8d98cd

Please sign in to comment.