-
-
October 20, 2025 at 1:11 am
memonz
SubscriberI’m running ANSYS Fluent v2025 R2 (3ddp solver) on a Slurm-based HPC cluster. I have access, modules load correctly, but when I submit a batch job distributed over multiple nodes, Fluent/OpenMPI ends up placing all 64 MPI ranks on one node and then stalls (application times out).
#!/bin/bash#SBATCH --job-name=fluent_geometry7#SBATCH --account=mime#SBATCH --partition=share#SBATCH --ntasks=64#SBATCH --cpus-per-task=1#SBATCH --time=06:00:00#SBATCH --output=fluent_geometry7_%j.out#SBATCH --error=fluent_geometry7_%j.err#SBATCH --constraint=avx2#SBATCH --hint=nomultithreadÂmodule load ansys/v2025r2module load fluentexport OMP_NUM_THREADS=1Âcd /nfs/hpc/share/memonz/fluent_porous_liquidÂfluent 3ddp -g -t${SLURM_NTASKS} -mpi=openmpi -i run_geometry7.jouJournal file (
run_geometry7.jou
):
/file/start-transcript fluent_geometry7_run.trn
/file/read-case-data geometry_rev6-2-0.510000.cas.h5
/file/auto-save/data-frequency 200
/file/auto-save/case-frequency 200
/file/auto-save/name-format "autosave-%t"
/solve/monitors/residual/print? yes
/solve/monitors/residual/convergence-criteria? yes
/solve/set/time-step 0.001
/solve/dual-time-iterate 500 5
/file/write-case-data geometry7_completed.cas.h5
/file/write-data geometry7_completed.dat.h5
/file/stop-transcript
/exit yes
Observed output (fluent_geometry7_
, head):.out
Connected License Server List: 1055@linlic8.engr.oregonstate.edu
--------------------------------------------------------------
This is an academic version of ANSYS FLUENT. …
Host spawning Node 0 on machine "cn-c20.hpc.engr.oregonstate.edu" (unix).
… -mpi=openmpi -ssh -mport …Â
mpirun … --np 64 --host cn-c20.hpc.engr.oregonstate.edu:64 …Â
Application is timed out, aborting …
-
- You must be logged in to reply to this topic.
- air flow in and out of computer case
- Varying Bond model parameters to mimic soil particle cohesion/stiction
- Eroded Mass due to Erosion of Soil Particles by Fluids
- I am doing a corona simulation. But particles are not spreading.
- Centrifugal Fan Analysis for Determination of Characteristic Curve
- Guidance needed for Conjugate Heat Transfer Analysis for a 3s3p Li-ion Battery
- Issue to compile a UDF in ANSYS Fluent
- JACOBI Convergence Issue in ANSYS AQWA
- affinity not set
- Resuming SAG Mill Simulation with New Particle Batch in Rocky
-
4127
-
1487
-
1318
-
1157
-
1021
© 2025 Copyright ANSYS, Inc. All rights reserved.