TAGGED: #fluent-#cfd-#ansys, fluent
-
-
April 11, 2025 at 11:24 am
singh.112
SubscriberHi,Â
I am trying to run one of my fluent cases using GPU on our institute HPC server.Â
I do submit my jobs using SLURM job scheduler on normal HPC system.
I just wanted to know what are all the necessary changes has to be made in job scheduler file to run it on GPU.Â
This is the sample HPC job scheduler file-Â
"
SLURM FILE
#!/bin/bash
#SBATCH --job-name=DiscCounter   # Job name
#SBATCH --nodes=1Â Â Â Â Â Â Â Â Â Â # Run all processes on a single node
#SBATCH --ntasks=16Â Â Â Â Â # Run a single task
#SBATCH --ntasks-per-node=16 Â Â Â Â Â # Number of CPU cores per task
#SBATCH --mem=32gb          # Total memory limit
#SBATCH --time=12:00:00Â Â Â Â Â Â Â # Time limit hrs:min:sec
#SBATCH --partition=test  # Queue size small/medium/large
#SBATCH --output=first_%j.log   # Standard output and error log
date;hostname;pwd
module load icc/2023.1.0 mpi/2021.9.0
/scratch/apps/packages/ansys/ansys_2024/v241/fluent/bin/fluent -g 3ddp -t16 $SBATCH_NTASKS -i transient_journal.jou -ssh -mpi=intel -cnf=$SBATCH_NODEFILE
"
-
April 17, 2025 at 3:20 pm
MangeshANSYS
Ansys EmployeeHello
For Fluent refer to the gpu command lie flag documented here
https://ansyshelp.ansys.com/public/account/secured?returnurl=/Views/Secured/corp/v251/en/flu_ug/flu_ug_startramp.html%23flu_ug_sec_startup_optionÂ
For requesting GPU option resources from slurm, you will need to contact your slurm administrator on any specific syntax and guidelines to get the GPU resources assigned
Let me know if this is helpful
-
- You must be logged in to reply to this topic.
-
2918
-
970
-
852
-
599
-
591
© 2025 Copyright ANSYS, Inc. All rights reserved.