No description
Find a file
2016-06-10 15:36:10 -07:00
cmake/Modules add FindNumPy.cmake 2016-03-10 14:46:26 -08:00
doc renaming project, halo -> ray (#95) 2016-06-10 14:12:15 -07:00
include/ray renaming project, halo -> ray (#95) 2016-06-10 14:12:15 -07:00
lib/python renaming project, halo -> ray (#95) 2016-06-10 14:12:15 -07:00
protos renaming project, halo -> ray (#95) 2016-06-10 14:12:15 -07:00
src renaming project, halo -> ray (#95) 2016-06-10 14:12:15 -07:00
test renaming project, halo -> ray (#95) 2016-06-10 14:12:15 -07:00
thirdparty build on mac os x (#96) 2016-06-10 15:35:49 -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 renaming project, halo -> ray (#95) 2016-06-10 14:12:15 -07:00
LICENSE switching to BSD (#90) 2016-06-06 12:07:36 -07:00
README.md updating readme (#99) 2016-06-10 15:36:10 -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 build on mac os x (#96) 2016-06-10 15:35:49 -07:00

Ray

Ray is an experimental distributed execution framework with a Python-like programming model. It is under development and not ready for general use.

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