ray/src/photon
Robert Nishihara 072f442c1f Update worker.py and services.py to use plasma and the local scheduler. (#19)
* Update worker code and services code to use plasma and the local scheduler.

* Cleanups.

* Fix bug in which threads were started before the worker mode was set. This caused remote functions to be defined on workers before the worker knew it was in WORKER_MODE.

* Fix bug in install-dependencies.sh.

* Lengthen timeout in failure_test.py.

* Cleanups.

* Cleanup services.start_ray_local.

* Clean up random name generation.

* Cleanups.
2016-11-02 00:39:35 -07:00
..
build Rearrange local scheduler files to prepare to merge into Ray. 2016-10-25 14:16:23 -07:00
photon Build Ray with setup.py. (#14) 2016-10-31 17:08:03 -07:00
test [WIP] Fix valgrind tests. (#5) 2016-10-26 23:23:46 -07:00
CMakeLists.txt Build Ray with setup.py. (#14) 2016-10-31 17:08:03 -07:00
Makefile Changes to make tests pass on Travis. (#3) 2016-10-25 22:39:21 -07:00
photon.h Rearrange local scheduler files to prepare to merge into Ray. 2016-10-25 14:16:23 -07:00
photon_algorithm.c Update worker.py and services.py to use plasma and the local scheduler. (#19) 2016-11-02 00:39:35 -07:00
photon_algorithm.h Rearrange local scheduler files to prepare to merge into Ray. 2016-10-25 14:16:23 -07:00
photon_client.c Rearrange local scheduler files to prepare to merge into Ray. 2016-10-25 14:16:23 -07:00
photon_client.h Rearrange local scheduler files to prepare to merge into Ray. 2016-10-25 14:16:23 -07:00
photon_extension.c Build Ray with setup.py. (#14) 2016-10-31 17:08:03 -07:00
photon_scheduler.c Update worker.py and services.py to use plasma and the local scheduler. (#19) 2016-11-02 00:39:35 -07:00
photon_scheduler.h Rearrange local scheduler files to prepare to merge into Ray. 2016-10-25 14:16:23 -07:00
setup.py Build Ray with setup.py. (#14) 2016-10-31 17:08:03 -07:00