TAGGED: #fluent-#ansys, ansys-hpc, hpc-cluster
-
-
February 13, 2024 at 5:45 pm
Jayachandran Narayanan
SubscriberHi,
I am trying to run my Fluent simulations in our university HPC cluster and each node of the cluster is limited to 40 processors. So, I have requested 2 nodes and 80 processors to run Fluent cases. The HPC allocated me the resources whereas when I am opening Fluent, it's just loading 80 partitions in the 40 processors of the same node. Fluent console displays 80/40 and not 80/80 at the core column at the starting.Â
Please help me in setting up the simulations in multiple nodes.Â
-
February 14, 2024 at 2:34 pm
Rahul
Ansys EmployeeHelloÂ
Could you please share your job submission script? -
February 14, 2024 at 3:54 pm
Jayachandran Narayanan
SubscriberHi,
Thanks for your response.Â
I am trying to open Fluent using the GUI. Here are settings in Fluent Launcher.
- Solver processors - 80
- Parallel settings: interconnects and MPI types - default, Run type - shared memory on a local machine.
-
February 14, 2024 at 5:45 pm
Rahul
Ansys EmployeePlease find more information here: 42.2. Starting Parallel Ansys Fluent Using Fluent Launcher
-
February 21, 2024 at 3:02 pm
Jayachandran Narayanan
SubscriberHi,Â
I tried different launcher options as in the shared section, but none of them seems to work. Instead, I created a slurm jobscript file as,
#!/bin/sh#SBATCH --time=300:00:00#SBATCH -N 2 -n 20#SBATCH --mem=100gbmodule load ansys/22.2cp 3d_sim.in SYS-3.cas.h5 SYS-3.dat.h5 $PFSDIRcd $PFSDIRFLUENTNODES="$(scontrol show hostnames)"FLUENTNODES=$(echo $FLUENTNODES | tr ' ' ',')fluent 3ddp -t$SLURM_NTASKS -mpi=openmpi -p -g -t40 -cnf=$FLUENTNODES -i 3d_sim.incp * $SLURM_SUBMIT_DIRIt seems like its able to access multiple nodes, but threw this error as,
Â/usr/local/ansys_inc/v222/fluent/fluent22.2.0/bin/fluent -r22.2.0 3ddp -t20 -mpi=openmpi -p -g -t40 -cnf=compt326,compt327 -i 3d_sim.in/usr/local/ansys_inc/v222/fluent/fluent22.2.0/cortex/lnamd64/cortex.22.2.0 -f fluent -g -i 3d_sim.in (fluent "3ddp -pethernet -host -r22.2.0 -t40 -mpi=openmpi -cnf=compt326,compt327 -path/usr/local/ansys_inc/v222/fluent -ssh")ÂOpening input/output transcript to file "/scratch/pbsjobs/job.871158.hpc/fluent-20240221-095031-932314.trn".Auto-Transcript Start Time: 09:50:31, 21 Feb 2024Â/usr/local/ansys_inc/v222/fluent/fluent22.2.0/bin/fluent -r22.2.0 3ddp -pethernet -host -t40 -mpi=openmpi -cnf=compt326,compt327 -path/usr/local/ansys_inc/v222/fluent -ssh -cx compt326:41759:34939Starting /usr/local/ansys_inc/v222/fluent/fluent22.2.0/lnamd64/3ddp_host/fluent.22.2.0 host -cx compt326:41759:34939 "(list (rpsetvar (QUOTE parallel/function) "fluent 3ddp -flux -node -r22.2.0 -t40 -pethernet -mpi=openmpi -cnf=compt326,compt327 -ssh") (rpsetvar (QUOTE parallel/rhost) "") (rpsetvar (QUOTE parallel/ruser) "") (rpsetvar (QUOTE parallel/nprocs_string) "40") (rpsetvar (QUOTE parallel/auto-spawn?) #t) (rpsetvar (QUOTE parallel/trace-level) 0) (rpsetvar (QUOTE parallel/remote-shell) 1) (rpsetvar (QUOTE parallel/path) "/usr/local/ansys_inc/v222/fluent") (rpsetvar (QUOTE parallel/hostsfile) "compt326,compt327") (rpsetvar (QUOTE gpuapp/devices) ""))"/usr/local/ansys_inc/v222/fluent/fluent22.2.0/lnamd64/3ddp_host/fluent.22.2.0: error while loading shared libraries: libnsl.so.1: cannot open shared object file: No such file or directory The fluent process could not be started.Âversion>Âversion>Âversion>Âversion>ÂCan you help us in resolving this?
Â
Thanks!
Â
-
- The topic ‘Running Fluent simulations using multiple nodes in HPC cluster’ is closed to new replies.
-
3767
-
1333
-
1173
-
1090
-
1014
© 2025 Copyright ANSYS, Inc. All rights reserved.