Skip to content

Example of binding OpenMP C++ functions to Python

Notifications You must be signed in to change notification settings

robertodr/ompybind11

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requires at least CMake 3.11

Configure with:

cmake -H. -Bbuild -DENABLE_OPENMP=ON

Compile with:

cmake --build build

Test run with:

env OMP_NUM_THREADS=2 OMPYBIND11_MODULE_PATH=$PWD/build/ompybind11 python ompybind11/test.py

About

Example of binding OpenMP C++ functions to Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published