#!/bin/bash
#SBATCH --job-name=FLUENT-2026R1-gpu-case
#SBATCH --partition=gpu
#SBATCH --gpus=1
#SBATCH --nodes=1
#SBATCH --ntasks-per-node=1
#SBATCH --time=1:00:00

module load ansys/2026R1

# gpgpu should match the number of GPUs requested
time fluent 3ddp -g -gpgpu=1 -ssh -i pipe_journal_gpu.jou
# gpgpu should match the number of GPUs requested
