You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dr. Ryutaro Himeno, Director of the Advanced Center for Computing and Communication, has developed this benchmark to evaluate performance of incompressible fluid analysis code. This benchmark program takes measurements to proceed major loops in solving the Poisson’s equation solution using the Jacobi iteration method.
Being the code very simple and easy to compile and to execute, users can measure actual speed (in MFLOPS) immediately.
Full link: https://i.riken.jp/en/supercom/documents/himenobmt/
The benchmark is used in some recent HPC papers and presentations including:
The benchmark appears closely related to the current Poisson2d benchmark, but instead features a 3D Jacobi stencil.
I've seen similar (MPI-enabled) Jacobi benchmarks before in the book of Hager & Wellein, Introduction to High Performance Computing for Scientists and Engineers.
The text was updated successfully, but these errors were encountered: