Skip to content

Code snippet for CS636-Big Data System

License

Notifications You must be signed in to change notification settings

scottmarsden/cs636

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cs636

Code snippet for CS636-Big Data System

Kernel

If you don't find pybind11 directory or its files, please run this command. git submodule update --init --recursive

See https://git-scm.com/book/en/v2/Git-Tools-Submodules for more information on how to work with sub-modules

Compilation of Kernel: At the top level directory

mkdir build
cd build
cmake ../kernel
make

About

Code snippet for CS636-Big Data System

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 64.5%
  • Python 19.8%
  • CMake 8.7%
  • Makefile 3.7%
  • C 3.2%
  • Shell 0.1%