Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revisionBoth sides next revision
cases:pde1 [2016/10/30 16:58] – created sbscases:pde1 [2016/10/30 18:42] mmb1
Line 1: Line 1:
 ====== PDE1 ====== ====== PDE1 ======
 +The PDE1 benchmark approximates solutions to 3-dimensional discrete Poisson equations by means of red/black successive over-relaxation. It has previously been studied in compiler performance comparisons in the context of HPF, and reference implementations are available with HPF compilers. Implementation sketches out the PDE1 benchmark and its HPF implementation, before some alternative SAC implementations are discussed. Their runtime performance is compared to that of the HPF code in Evaluation.
  
 {{page>cases:pde1:implementation}} {{page>cases:pde1:implementation}}
 {{page>cases:pde1:evaluation}} {{page>cases:pde1:evaluation}}