From 956923151f0be5cfe06c117855d622f640d5f345 Mon Sep 17 00:00:00 2001 From: patrick Date: Fri, 13 Dec 2024 20:32:43 +0100 Subject: [PATCH] Changed name and description --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c5bcf74..a1179b7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# pkbf - Parallel Kernel Benchmarking Framework +# scalometer - parallel kernel benchmarking -This project provides a benchmarking framework for parallel computing kernels, where the execution of the kernels can be parallelized using OpenMP or Eventify to compare both for the FlexFMM collaborative project. -The application is designed to make adding kernels and parallelization strategies as easy as possible. +This project provides a benchmarking tool for benchmarking parallelization strategies with kernels found in HPC applications. +It is designed to make adding kernels and parallelization strategies easy. ## Features