Changed name and description

This commit is contained in:
patrick 2024-12-13 20:32:43 +01:00
parent 8796ffef41
commit 956923151f
1 changed files with 3 additions and 3 deletions

View File

@ -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. This project provides a benchmarking tool for benchmarking parallelization strategies with kernels found in HPC applications.
The application is designed to make adding kernels and parallelization strategies as easy as possible. It is designed to make adding kernels and parallelization strategies easy.
## Features ## Features