Skip to content

scheurich-sarah/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

 
 
 

Contributors

Languages

  • C++ 26.9%
  • C 24.7%
  • Makefile 21.4%
  • CMake 15.2%
  • Python 11.8%