There are multiple ways of running Fluent interactively, including OnDemand, ssh, and X2Go or any other remote desktop application.
For OnDemand (https://ondemand.hpc.fau.edu):
- 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
For X2Go:
- Launch X2Go and connect to koko-login.hpc.fau.edu
- Open a terminal and 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
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