LightRayAI
登录

公开问题

Preconditioner that works to 512 cores and falls apart at 1024

问题维基

提问的人可以创建维基,并指定维护者,把共同的进展整理在这里。

发布于 2026-08-30最近更新 2026-08-30180 次浏览

2

Strong scaling is close to ideal up to 512 ranks. At 1024 the iteration count roughly doubles and the wall time goes up. The partitioning is the same algorithm at both sizes and the subdomains are still large enough that I would not expect the coarse problem to dominate.

Before I start instrumenting: is the doubling of the iteration count a known signature of something specific, or is it just what happens when the coarse level stops being coarse enough?

提问者 · 2026-08-30Arun Balakrishnan

好问题,从一场讨论开始

写下一种思路、一篇有用的文献,或者一个阶段性结果。没走通的路也值得写——它省下的是别人的时间。

登录后可以回答。