CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > SU2

Parallel computation in SU2 multizone solver

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 5, 2025, 02:36
Default Parallel computation in SU2 multizone solver
  #1
New Member
 
Jz Fan
Join Date: Jun 2024
Posts: 4
Rep Power: 3
Black Margician is on a distinguished road
Hi SU2 community,

I've just started reading the su2 code and want to implement some algorithms in multizone solver. What I don't understand very well at the moment is the parallel approach for the multizone solver.

The first question is, for example, I now have three zones, each with the same number of mesh cells. If I want to use 12 cores to calculate, does that mean each zone will be assigned four cores?

My second question revolves around the execution order of these zones. Are the computations for different zones carried out concurrently, or are they processed sequentially according to their respective zone IDs?

I would appreciate any insights or clarifications on these matters. Thank you in advance for your support and guidance.
Black Margician is offline   Reply With Quote

Old   January 5, 2025, 04:50
Default
  #2
Senior Member
 
bigfoot
Join Date: Dec 2011
Location: Netherlands
Posts: 775
Rep Power: 21
bigfootedrockmidget is on a distinguished road
Hi!
The multizone uses a segregated approach, so we do
Code:
while not converged
 iterate(zone1)
 iterate(zone2)

So each zone is independently decomposed into 12 mpi domains if you use 12 cores.


If you are doing some development, consider joining us on slack (link is in the top of our main page: https://su2code.github.io/).
We have an online developers meeting every week. Next one is on Wednesday Jan. 8 at 16:00 CET. Announcements and links are published in slack.

https://meet.jit.si/SU2_DevMeeting
bigfootedrockmidget is offline   Reply With Quote

Old   January 5, 2025, 22:46
Default
  #3
New Member
 
Jz Fan
Join Date: Jun 2024
Posts: 4
Rep Power: 3
Black Margician is on a distinguished road
Hi bigfoot,

Thank you for the explanation, it helped to solve the confusion I've been having.

Also, thanks for sharing the dev channel, I'm very happy to join the su2 dev group!
Black Margician is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Scaling of parallel computation? Solver/thread count combinations? tdof OpenFOAM 8 January 13, 2022 11:39
Issues when using multi-processor parallel computation in SU2 Xiaosong SU2 4 February 16, 2016 14:55
parallel computation with SU2 V3.2 454514566@qq.com SU2 1 June 24, 2014 20:46
SU2 Parallel Computation pdp.aero SU2 Installation 5 June 19, 2013 14:02
problem in the CFX12.1 parallel computation BalanceChen ANSYS 2 July 7, 2011 10:26


All times are GMT -4. The time now is 03:57.