ANSYS¶
The ANSYS module contain a number of software, e.g.
- ansys
- aisol
- fluent
- CFX
- ICEM
- RSM
- tgrid
- Icepak
- polyflow
- Turbogrid
- autodyn
To use any of the software, load the ansys module; you can find the available version with
ANSYS workbench¶
ANSYS workbench is available in the menu in the remote desktop.
Running jobs¶
Running Mechanical over MPI on many nodes (example):
#!/usr/bin/env bash
#SBATCH -A PROJECT_NAME
#SBATCH -p vera
#SBATCH -n 128
#SBATCH -t 48:00:00
module load ANSYS/2023R1
cp proj.dat $TMPDIR
cd $TMPDIR
sed 's/ cpu=/:/' lamnodes > machines && sed -i ':a;N;$!ba;s/\n/:/g' machines
export MACHINES=$(cat machines)
ansys181 -dis -mpi intelmpi -b -machines $MACHINES < proj.dat
cp $TMPDIR/* $SLURM_SUBMIT_DIR
Suitable arguments for multi-node parallel Fluent:
For multi-node parallel CFX, add the following line to your job script:
and the following to your cfx-commandline: