Skip to content

Commit ac40f05

Browse files
committed
Add README.md with instructions
1 parent 0f99b0d commit ac40f05

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
Requires at least CMake 3.11
3+
4+
Configure with:
5+
```
6+
cmake -H. -Bbuild -DENABLE_OPENMP=ON
7+
```
8+
Compile with:
9+
```
10+
cmake --build build
11+
```
12+
Test run with:
13+
```
14+
env OMP_NUM_THREADS=2 OMPYBIND11_MODULE_PATH=$PWD/build/ompybind11 python ompybind11/test.py
15+
```

0 commit comments

Comments
 (0)