No description
Find a file
2016-06-10 13:16:07 -07:00
cmake/Modules add FindNumPy.cmake 2016-03-10 14:46:26 -08:00
doc change directory structure, rename array libraries (#87) 2016-06-05 21:57:37 -07:00
include/halo change filenames and directory structure to use halo (#81) 2016-06-03 18:32:57 -07:00
lib/python link libraries statically and make halo work on Mac OS X 2016-06-10 13:16:07 -07:00
protos change filenames and directory structure to use halo (#81) 2016-06-03 18:32:57 -07:00
src change filenames and directory structure to use halo (#81) 2016-06-03 18:32:57 -07:00
test link libraries statically and make halo work on Mac OS X 2016-06-10 13:16:07 -07:00
thirdparty link libraries statically and make halo work on Mac OS X 2016-06-10 13:16:07 -07:00
.gitignore Initial commit 2016-02-07 14:18:40 -08:00
.gitmodules link libraries statically and make halo work on Mac OS X 2016-06-10 13:16:07 -07:00
.travis.yml adding continuous integration 2016-06-05 20:46:54 -07:00
CMakeLists.txt link libraries statically and make halo work on Mac OS X 2016-06-10 13:16:07 -07:00
LICENSE switching to BSD (#90) 2016-06-06 12:07:36 -07:00
README.md change filenames and directory structure to use halo (#81) 2016-06-03 18:32:57 -07:00
requirements.txt link libraries statically and make halo work on Mac OS X 2016-06-10 13:16:07 -07:00
setup.sh link libraries statically and make halo work on Mac OS X 2016-06-10 13:16:07 -07:00

Halo

Halo is a distributed execution framework with a Python-like programming model.

Design Decisions

For a description of our design decisions, see

Setup

  1. sudo apt-get update
  2. sudo apt-get install git
  3. git clone https://github.com/amplab/halo.git
  4. cd halo
  5. bash setup.sh