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