Skip to content

Cheaterman/OMPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OMPy

Python support for open.mp.

Tools

Tools on Windows

Visual Studio needs the Desktop development with C++ workload with the MSVC v142, Windows 10 SDK and C++ Clang tools for Windows components.

Sources

# With HTTPS:
git clone --recursive https://github.com/Cheaterman/OMPy.git
# With SSH:
git clone --recursive [email protected]:Cheaterman/OMPy.git

Note the use of the --recursive argument, because this repository contains submodules.

Building on Windows

mkdir build
cd build
cmake .. -A Win32 -T ClangCL

Open Visual Studio and build the solution.

Building on Linux

./build.sh

About

Python support for open.mp.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published