|
[Sponsors] |
SU2 v8.0.0 Harrier - Each CPU prints to output |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
November 5, 2023, 07:22 |
SU2 v8.0.0 Harrier - Each CPU prints to output
|
#1 |
New Member
Moses
Join Date: Jun 2023
Posts: 12
Rep Power: 3 |
I am running small input to check the SU2 v8.0.0 Harrier on cluster of two computers each has 8 CPU's. Each CPU prints the output to the log file. I get each line 16 times in the log file.
How to fix it so as in Version 7.5.1 only one cpu will print the output? |
|
November 5, 2023, 12:56 |
|
#2 |
Senior Member
bigfoot
Join Date: Dec 2011
Location: Netherlands
Posts: 674
Rep Power: 21 |
This happens when you do not compile with mpi support, you should check the meson command and also the output to see if mpi support is added.
|
|
November 6, 2023, 03:09 |
Thank You
|
#3 |
New Member
Moses
Join Date: Jun 2023
Posts: 12
Rep Power: 3 |
Thank you, I will look for the mpi support in meson
|
|
November 13, 2023, 07:50 |
installation
|
#4 |
New Member
Moses
Join Date: Jun 2023
Posts: 12
Rep Power: 3 |
||
November 13, 2023, 10:49 |
|
#5 |
Senior Member
bigfoot
Join Date: Dec 2011
Location: Netherlands
Posts: 674
Rep Power: 21 |
Do you use openmpi or mpich?
Do you get these kind of problems: SU2 parallel install build from source failed Also check here: https://su2code.github.io/docs_v7/Bu...n-is-not-found if you have mpich, you need to use these meson options: Code:
-Dcustom-mpi=true -Dextra-deps=mpich |
|
November 14, 2023, 04:11 |
Su2 version 8
|
#6 |
New Member
Moses
Join Date: Jun 2023
Posts: 12
Rep Power: 3 |
Thank you,
Although I try to launch SU2 with /applhome/mpich/mpich-4.1.2-rocky87/bin/mpirun the program tries to open the /usr/lib64/openmpi/lib/libmpi.so.40 |
|
November 14, 2023, 16:54 |
|
#7 |
Senior Member
bigfoot
Join Date: Dec 2011
Location: Netherlands
Posts: 674
Rep Power: 21 |
if you have multiple mpi's installed, then you can set the active mpi using
Code:
update-alternatives --config mpi update-alternatives --config mpirun Code:
which mpirun /usr/bin/mpirun ls -lrt /usr/bin/mpirun /usr/bin/mpirun -> /etc/alternatives/mpirun ls -lrt /etc/alternatives/mpirun /etc/alternatives/mpirun -> /usr/bin/mpirun.mpich |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
SU2 NACA0012 Transitional flow simulation Convergence Issues | morgJ | SU2 | 0 | July 21, 2022 08:42 |
Rotor67 Simulation in SU2 | kuzuner | SU2 | 6 | March 11, 2021 09:23 |
Superlinear speedup in OpenFOAM 13 | msrinath80 | OpenFOAM Running, Solving & CFD | 18 | March 3, 2015 06:36 |
high CPU load with no computation going on & Pressure coefficient output problem | spetsnaz26 | FLUENT | 0 | September 30, 2011 06:25 |
OpenFOAM 13 Intel quadcore parallel results | msrinath80 | OpenFOAM Running, Solving & CFD | 13 | February 5, 2008 06:26 |