SU2 v8.0.0 Harrier - Each CPU prints to output
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? |
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.
|
Thank You
Thank you, I will look for the mpi support in meson
|
installation
Quote:
|
Do you use openmpi or mpich?
Do you get these kind of problems: https://www.cfd-online.com/Forums/su...ce-failed.html 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 |
Su2 version 8
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 |
if you have multiple mpi's installed, then you can set the active mpi using
Code:
update-alternatives --config mpi Code:
which mpirun |
All times are GMT -4. The time now is 20:13. |