No description
Find a file
2016-06-03 12:25:12 -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 add computation graph (#75) 2016-06-02 16:35:46 -07:00
lib/orchpy implement keyword arguments 2016-06-03 00:10:17 -07:00
protos implement bool serialization 2016-06-03 12:25:12 -07:00
src implement bool serialization 2016-06-03 12:25:12 -07:00
test implement bool serialization 2016-06-03 12:25:12 -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 add computation graph (#75) 2016-06-02 16:35:46 -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 implement keyword arguments 2016-06-03 00:10:17 -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