|
[Sponsors] |
![]() |
![]() |
#1 |
New Member
Jz Fan
Join Date: Jun 2024
Posts: 4
Rep Power: 3 ![]() |
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. |
|
![]() |
![]() |
![]() |
![]() |
#2 |
Senior Member
bigfoot
Join Date: Dec 2011
Location: Netherlands
Posts: 775
Rep Power: 21 ![]() |
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 |
|
![]() |
![]() |
![]() |
![]() |
#3 |
New Member
Jz Fan
Join Date: Jun 2024
Posts: 4
Rep Power: 3 ![]() |
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! |
|
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
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 |