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

Linear solver diverges with 24 cores but it's fine with 16

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 22, 2021, 17:34
Default Linear solver diverges with 24 cores but it's fine with 16
  #1
Senior Member
 
Pay D.
Join Date: Aug 2011
Posts: 166
Blog Entries: 1
Rep Power: 14
pdp.aero is on a distinguished road
Hi there,

I am running bunch of v&v test cases with my own generated meshes and I am encountering interesting issues here.

Standard Compressible RAE2822:

The mesh is fine and has no issues.I had run it with another solver back in 2012 and got good results.

When I run the test case with provided config file in the test-case folder in SU2 repo, everything is fine until I increase the number of cores to 24 from 16. FYI, I cannot test it with 32 cuz my desktop has 24 cores -- I don't know if increasing number of cores by factor of 2 is an issue or not.

The linear solver diverges after 100 something iterations with this error:

Code:
-------------------------------------------------------------------------
FGMRES orthogonalization failed, linear solver diverged.
------------------------------ Error Exit -------------------------------
If I set the preconditioner to LU_SGS if diverges with this error after 300 something iterations:

Error in "void CSysSolve<ScalarType>::ModGramSchmidt(int, su2matrix<ScalarType>&, std::vector<CSysVector<ScalarType> >&) const [with ScalarType = double; su2matrix<ScalarType> = C2DContainer<long unsigned int, double, StorageType::RowMajor, 64, 0, 0>]":
-------------------------------------------------------------------------
FGMRES orthogonalization failed, linear solver diverged.
------------------------------ Error Exit -------------------------------


If I set the preconditioner to ILU with 5 number of iterations, it exits by itself without any error.

If I set the preconditioner to ILU with 2 number of iterations it doesn't diverge but it doesn't converge either, it sticks with some number of the continuity's residual and it doesn't go down down any further.

I do appreciate help me understand the issue here.

Best,
Pay
pdp.aero is offline   Reply With Quote

Old   January 23, 2021, 04:33
Default
  #2
pcg
Senior Member
 
Pedro Gomes
Join Date: Dec 2017
Posts: 465
Rep Power: 13
pcg is on a distinguished road
The SU2 multigrid is known for acting up with some core counts but not others.
You can try turning it off.
You may also try using the adaptive CFL which will hopefully find a lower CFL on more challenging parts of the grid / flow field.
pcg is offline   Reply With Quote

Old   February 4, 2021, 14:13
Default
  #3
Senior Member
 
Pay D.
Join Date: Aug 2011
Posts: 166
Blog Entries: 1
Rep Power: 14
pdp.aero is on a distinguished road
Quote:
Originally Posted by pcg View Post
The SU2 multigrid is known for acting up with some core counts but not others.
You can try turning it off.
You may also try using the adaptive CFL which will hopefully find a lower CFL on more challenging parts of the grid / flow field.
Thank you Pedro for the reply.

I already made it work but I wanted to see what triggers the issue here. I understand now that MG and MPI are not friends here.

I am going to open another issue about MG and MPI that could be very interesting.

Personally I'm not a fan of CFL adaptation when it comes to convergence acceleration because it doesn't always work in particular when it comes to high aspect ration boundary layer cells and shock interaction on a very fine mesh.
pdp.aero is offline   Reply With Quote

Old   January 18, 2023, 02:48
Default
  #4
Member
 
Ashish Magar
Join Date: Jul 2016
Location: Mumbai, India
Posts: 81
Rep Power: 9
ashishmagar600 is on a distinguished road
Can you mention how did you solve this issue?
ashishmagar600 is offline   Reply With Quote

Reply


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
foam-extend-4.1 release hjasak OpenFOAM Announcements from Other Sources 19 July 16, 2021 05:02
fluent divergence for no reason sufjanst FLUENT 2 March 23, 2016 16:08
Fatal overflow in linear solver n.soumya CFX 2 August 8, 2015 21:36
Solver runs parallel on 3 cores but not on 4 or more cores hrushi.397 OpenFOAM Running, Solving & CFD 3 October 21, 2013 08:03
Getting too many iterations by velocity solving (aborting). Changing U - Solver? suitup OpenFOAM Running, Solving & CFD 0 January 20, 2010 07:45


All times are GMT -4. The time now is 13:09.