Opened 7 years ago
#4591 new defect
partitionIndependentBlocksEq stack overflow
Reported by: | Martin Sjölund | Owned by: | Lennart Ochel |
---|---|---|---|
Priority: | high | Milestone: | Future |
Component: | Backend | Version: | |
Keywords: | Cc: |
Description
partitionIndependentBlocksEq / partitionIndependentBlocksReq can get stack overflows if there is a huge number of independent blocks, for example with N=25600 in ScalableTestSuite.Thermal.Advection.ScaledExperiments.SimpleAdvection_N_25600 with clang debugging flags enabled.
One idea would be to have additional work arrays where we can put elements to visit... The problem is to do this without allocating a lot of data.
Note:
See TracTickets
for help on using tickets.