Skip to content

alar0330/OpenMP-bench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenMP-bench

SHORT:

  • Naive, cache-friendly, and OpenMP benchmarks of matrix multiplication for C/Fortran.
  • C++-Bindings for Fortran subroutines.
  • Comparison to Reference BLAS included (netlib.org/blas/).
  • ..but any BLAS lib will do (put it to 'lib/').

COMPILE & RUN:

make run

COMPILE & TEST:

make test