How to run Fluent interactively
There are multiple ways of running Fluent interactively, including OnDemand and SSH
For OnDemand (https://ondemand.hpc.fau.edu):
There are two ways to use Fluent through ondemand:
1: Desktop Session:
- Sign in
- Select the tab “Interactive Apps”, then “KoKo 3 desktop”
- Enter your parameters and click launch
- Once a node is allocated launch koko 3 desktop
- Open a terminal and type: module load ansys/2019R3_Fluent
- Type: runwb2
2: Interactive App:
- Sign in
- Select the tab “Interactive Apps”, then "ANSYS Workbench"
- Change the version to 2019R3 Fluent
- Enter your parameters and click launch
- Once a node is allocated launch ANSYS Workbench
For SSH:
type the following commands:
- ssh -X netid@koko-login.hpc.fau.edu (you will have to change netid to your fau netid)
- type: ssh localhost -Y
- type: salloc -c 64 -p longq7 –x11 –exclusive
# 64 cpu cores for 7 days with x11 and make sure I am the only one on the node
Notice the output
salloc:Granted job allocation ###### (some job id)
salloc:Waiting for resource configuration
salloc: Nodes nodeamd009 (note this name, yours maybe different) some node name are ready for the job
- ssh -X nodeamd009 (use your node name seen in the output )
- module load ansys/2019R3_Fluent
- Type: runwb2