From b9fadd7fbf7253f91fffbd30da372964941f24b9 Mon Sep 17 00:00:00 2001 From: Rafael Ravedutti Date: Thu, 29 Sep 2022 14:46:24 +0200 Subject: [PATCH] Update introduction text and add gather bench figure Signed-off-by: Rafael Ravedutti --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b4d0c05..e6ce70f 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,14 @@ MD-Bench is a toolbox for the performance engineering of short-range force calculation kernels on molecular-dynamics applications. It aims at covering all available state-of-the-art algorithms from different community codes such as LAMMPS and GROMACS. -Besides, many tools to study and evaluate the in-depth performance of such kernels on distinct hardware are made available like the gather-bench which is a benchmark to mimic the data movement from such kernels and the stubbed force calculation cases used to isolate the impacts caused by memory latencies and control flow divergence. +Apart from that, many tools to study and evaluate the in-depth performance of such kernels on distinct hardware are offered, like the gather-bench which is a benchmark to mimic the data movement from such kernels and the stubbed force calculation cases used to isolate the impacts caused by memory latencies and control flow divergence. -| Verlet Lists | GROMACS MxN | Stubbed case | +| Verlet Lists | GROMACS MxN | Stubbed cases | | ---------------------------------------------- | -------------------------------------------------- | ------------------------------------------------- | | ![Image](figures/verlet_v2.png "Verlet Lists") | ![Image](figures/gromacs_mxn_v2.png "GROMACS MxN") | ![Image](figures/stub_new_v3.png "Stubbed cases") | +![Image](figures/gather_bench.svg "gather-bench") + ## Build instructions Properly configure your building by changing `config.mk` file. The following options are available: