Skip to content

RaviNarayanaswamy/openmp-target

 
 

Repository files navigation

A collection of OpenMP tests for C++ and Fortran compilers

Recipe example

mkdir build_gcc_omp
cd build_gcc_omp
cmake -DCMAKE_CXX_COMPILER=g++ -DCMAKE_Fortran_COMPILER=gfortran \
      -DCMAKE_CXX_FLAGS=-fopenmp -DCMAKE_Fortran_FLAGS=-fopenmp \
      ..
make -k -j 16
ctest

OpenMP offload compiler options https://github.com/ye-luo/openmp-target/wiki/OpenMP-offload-compilers

About

OpenMP offload playground

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 59.5%
  • Fortran 19.4%
  • CMake 11.7%
  • Makefile 6.3%
  • Shell 1.9%
  • HTML 0.6%
  • Other 0.6%