aboutsummaryrefslogtreecommitdiff
path: root/Carpet/LoopControl/test
Commit message (Collapse)AuthorAge
* LoopControl: Run tests only with 2 processesErik Schnetter2013-01-18
|
* LoopControl: RewriteErik Schnetter2013-01-16
Rewrite code in C++. Remove dependency on GSL. Modify algorithm; now traverses arrays bottom-up (by splitting the looping region into equal-sized blocks) instead of top-down (splitting the region into a certain number of blocks) Make multi-threading dynamic Support SMT (hyper-threading), i.e. threads which share the same cache