No description
Find a file
2016-05-26 16:33:30 -07:00
cmake/Modules add FindNumPy.cmake 2016-03-10 14:46:26 -08:00
doc renaming Call -> Task (#70) 2016-05-26 16:33:30 -07:00
include/orchestra reduce the amount of logging, separating out logging for reference counting 2016-04-22 12:54:36 -07:00
lib/orchpy renaming Call -> Task (#70) 2016-05-26 16:33:30 -07:00
protos renaming Call -> Task (#70) 2016-05-26 16:33:30 -07:00
src renaming Call -> Task (#70) 2016-05-26 16:33:30 -07:00
test renaming Call -> Task (#70) 2016-05-26 16:33:30 -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
CMakeLists.txt Build script for installing photon 2016-05-16 09:29:50 -07:00
LICENSE Initial commit 2016-02-07 14:18:40 -08:00
README.md Locality aware scheduler 2016-05-17 15:08:49 -07:00
requirements.txt Build script for installing photon 2016-05-16 09:29:50 -07:00
setup.sh Build script for installing photon 2016-05-16 09:29:50 -07:00

Orchestra

Orchestra 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/photon.git
  4. cd photon
  5. bash setup.sh