diff options
Add OpenMP pragmas to independently processable coupling loops
The rudimentary and highly inefficicient OpenMPI "support" of the
current grid refinement implementation is not something you want to
actually use. Making this performant requires at least:
* Refinement-aware load balancing
* Load-balancing aware coupler communication (i.e. not dumbly
communicating coupling information to processors that process
neither the relevant coarse not the fine grid)
Until this issue is solved OpenMP delivers acceptable results on
shared-memory platforms. e.g. processing 13500 refined grid points
in `apps/adrian/cylinder2d/optimized_grid` takes about 1.3 times
as long as processing the same cell count in a uniform grid.
Diffstat (limited to 'examples/thermal/squareCavity2d/module.mk')
0 files changed, 0 insertions, 0 deletions