CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Hardware

Problems with using MPI

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 22, 2022, 12:34
Post Problems with using MPI
  #1
New Member
 
Praveen
Join Date: May 2022
Posts: 8
Rep Power: 3
Praveen_krish is on a distinguished road
Hey everyone, I am right now working on a linux machine with 104 cores and 128GB RAM. I installed MPICH and SU2 binary that supports mpi.
When I run the SU2 software with "mpiexec -n 10 SU2_CFD <configfile.cfg>" or "mpirun -n 10 SU2_CFD <configfile.cfg>" commands , instead of parallel computation over 10 cores the process is getting duplicated 10 times. I see the same iterations running on all cores.
This problem doesn't happen on my windows system. Where I installed Microsoft MPI and it works as expected. The computation occurs parallelly and hence it reaches convergence much faster.

Does anyone know what's the problem? If yes, what can be the solution?

PS: The MPICH is perfectly installed on the device (ran all the tests mentioned in the installation guide).
Praveen_krish is offline   Reply With Quote

Old   December 22, 2022, 15:56
Default
  #2
Senior Member
 
Will Kernkamp
Join Date: Jun 2014
Posts: 316
Rep Power: 12
wkernkamp is on a distinguished road
It must be that you compiled SU2 without the parallel options and defaults were not activated because the mpi libraries were not found.
wkernkamp is offline   Reply With Quote

Old   December 23, 2022, 03:03
Default
  #3
Senior Member
 
Join Date: Oct 2011
Posts: 239
Rep Power: 16
naffrancois is on a distinguished road
Hello,

Additionnaly to a problem in SU2 setup, this problem typically happens when you have two concurrent mpi installed in your system, e.g. openmpi and mpich. Then it might happen that you launch mpirun from mpich using libs from openmpi or vice versa.

You should check which executable and libs are used by default and change environment variables accordingly (PATH and LD_LIBRARY_PATH) in your bash file.
naffrancois is offline   Reply With Quote

Old   December 23, 2022, 16:57
Default
  #4
Senior Member
 
Will Kernkamp
Join Date: Jun 2014
Posts: 316
Rep Power: 12
wkernkamp is on a distinguished road
To compile SU2 parallel on linux, I used openmpi 3.1.6 which I compiled from source after removing the standard openmpi (it was 4.???).
wkernkamp is offline   Reply With Quote

Reply

Tags
mpi application, su2 7.4.0


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to allow MPI code run in serial mode with a single CPU core? aerosayan Main CFD Forum 15 May 30, 2022 13:05
Problems when compile SU2 v4.X with openmpi BopngMa SU2 1 September 6, 2015 06:30
MPI InterFoam metro OpenFOAM Running, Solving & CFD 7 March 27, 2013 03:24
Error using LaunderGibsonRSTM on SGI ALTIX 4700 jaswi OpenFOAM 2 April 29, 2008 10:54
MPI PROBLEMS gtg627e OpenFOAM Running, Solving & CFD 20 October 5, 2007 04:02


All times are GMT -4. The time now is 08:54.