Skip to content

alessandrocasalino/OpenMP_Benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenMP Benchmark

OpenMP benchmark examples with Google Benchmark.

No dependencies are needed to be installed, as CMake (minimum version 3.25) downloads GTest and GBenchmark.

Instructions

To build with CMake

cmake -B build
cd build
make

To run the benchmarks from the build folder use respectively

cd benchmark
./bench_saxpy
./bench_pi
./bench_laplace2d

About

OpenMP Benchmark examples with Google Benchmark

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published