|
|
|
|
|
by uguuo_o
1106 days ago
|
|
I am not sure where you get this information. Parallelization is everything in this space, hence why we have highly interconnected supercomputers to model the most difficult engineering problems. Typical runs use 30k+ cores for a single problem for weeks on end [0]. There are some special cases, such as Boltzmann/dvm [1] where invididual partitions of cells have millions of degrees of freedom, where memory bandwidth is the primary concerns. Even then, doing domain decomposition to a larger number of cores takes care of the issue. [0] https://www.nas.nasa.gov/SC22/research/project12.html [1] https://www.sciencedirect.com/science/article/abs/pii/S00219... |
|