Research Article
Methods to Load Balance a GCR Pressure Solver Using a Stencil Framework on Multi- and Many-Core Architectures
| // left processor call | | comm->update(p_in,1,-1,1,0,updateLeft); | | // right processor call | | comm->update(p_in,1,0,1,-1,updateLeft); |
|