No description
Find a file
2016-06-05 21:57:37 -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 change directory structure, rename array libraries (#87) 2016-06-05 21:57:37 -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 change directory structure, rename array libraries (#87) 2016-06-05 21:57:37 -07:00
thirdparty Build script for installing photon 2016-05-16 09:29:50 -07:00
.gitignore Initial commit 2016-02-07 14:18:40 -08:00
.travis.yml adding continuous integration 2016-06-05 20:46:54 -07:00
CMakeLists.txt change filenames and directory structure to use halo (#81) 2016-06-03 18:32:57 -07:00
LICENSE Initial commit 2016-02-07 14:18:40 -08:00
README.md change filenames and directory structure to use halo (#81) 2016-06-03 18:32:57 -07:00
requirements.txt implement keyword arguments 2016-06-03 00:10:17 -07:00
setup.sh adding continuous integration 2016-06-05 20:46:54 -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