Robert Nishihara
|
529e86ce64
|
add example functions to default worker (#210)
|
2016-07-05 14:39:42 -07:00 |
|
mehrdadn
|
eff6924b7c
|
Update third-party patches (#203)
|
2016-07-05 12:17:09 -07:00 |
|
Philipp Moritz
|
db1f10f1ec
|
use static qualifier for Python extension functions (#208)
|
2016-07-04 15:54:29 -07:00 |
|
Philipp Moritz
|
72e1b0fcd6
|
fix warnings (#207)
|
2016-07-04 15:40:56 -07:00 |
|
Philipp Moritz
|
3eeb2d315c
|
[WIP] update grpc (#206)
* update grpc
* use GRPC's OpenSSL library
|
2016-07-04 14:24:28 -07:00 |
|
mehrdadn
|
be26532182
|
Better code for getting log directory (#198)
* get_log_file_path instead of LOG_DIRECTORY
* Tabs -> spaces
Whoops
* Log file extension
|
2016-07-03 12:58:49 -07:00 |
|
mehrdadn
|
bd9901f408
|
Add UUID forgotten in object store IPC name; also fix Windows IPC implementation (#201)
|
2016-07-03 12:42:13 -07:00 |
|
mehrdadn
|
fe5dd5d55a
|
Boost.Interprocess hack for Windows (#202)
|
2016-07-02 21:08:23 -07:00 |
|
mehrdadn
|
84321d3f75
|
Ignore protobuf generated files (#200)
|
2016-07-02 21:07:28 -07:00 |
|
mehrdadn
|
4bf5052832
|
Update Visual Studio projects (#199)
|
2016-07-02 21:07:12 -07:00 |
|
Robert Nishihara
|
b8c586ac0b
|
Merge pull request #197 from amplab/synchronized
Simplify SynchronizedPtr
|
2016-07-02 19:20:07 -07:00 |
|
Mehrdad
|
9bdde6941f
|
Simplify SynchronizedPtr
|
2016-07-02 17:45:38 -07:00 |
|
Robert Nishihara
|
4906c01fca
|
Merge pull request #196 from amplab/sphinx
Get Sphinx infrastructure in place
|
2016-07-02 14:12:46 -07:00 |
|
Philipp Moritz
|
2e2bc2c740
|
Get Sphinx infrastructure in place
|
2016-07-01 18:21:02 -07:00 |
|
Robert Nishihara
|
0ffe657e27
|
enable restarting workers in singlenode case, plus cleanups to cluster.py (#190)
|
2016-07-01 14:10:51 -07:00 |
|
Robert Nishihara
|
f5316d50fc
|
Merge pull request #193 from amplab/visualizegraph
Visualize the computation graph
|
2016-07-01 13:21:01 -07:00 |
|
Philipp Moritz
|
9ad2c033d4
|
Visualize computation graph
|
2016-07-01 12:13:23 -07:00 |
|
Robert Nishihara
|
7611fbce4d
|
fixes to shell.py (#195)
|
2016-06-30 22:57:29 -07:00 |
|
mehrdadn
|
5821851318
|
C++ does not guarantee order of argument evaluation (#194)
|
2016-06-30 18:49:37 -07:00 |
|
Robert Nishihara
|
fb42a5ca50
|
Merge pull request #191 from amplab/logdir
Use proper temp directory
|
2016-06-30 16:32:06 -07:00 |
|
mehrdadn
|
1de824628d
|
Replace boost::interprocess with simple IPC (#189)
|
2016-06-30 16:31:48 -07:00 |
|
Mehrdad
|
18f033fefb
|
Use proper temp directory
|
2016-06-30 16:29:24 -07:00 |
|
mehrdadn
|
8fde648752
|
Forgot to set Console subsystem for Visual Studio (#192)
|
2016-06-30 16:19:26 -07:00 |
|
Robert Nishihara
|
ad35da08f3
|
fix (#188)
|
2016-06-30 13:26:06 -07:00 |
|
Robert Nishihara
|
b155f44a12
|
remove some unsafe gets (#187)
|
2016-06-30 12:58:29 -07:00 |
|
Robert Nishihara
|
bcbebf4e95
|
Merge pull request #183 from amplab/search_paths
Search PATH in addition to current directory for executables
|
2016-06-30 12:57:09 -07:00 |
|
Mehrdad
|
5802ea58b7
|
Look in PATH for binaries also
|
2016-06-29 23:25:19 -07:00 |
|
mehrdadn
|
db1d1b7f79
|
Visual Studio project file changes (#186)
* Rename VS project files to lowercase
* Massively simplify Visual Studio project files
|
2016-06-29 22:52:53 -07:00 |
|
mehrdadn
|
5328890001
|
Kill workers (#148)
|
2016-06-29 22:40:04 -07:00 |
|
Robert Nishihara
|
72f22a238a
|
let scheduler distinguish drivers from workers (#185)
|
2016-06-29 21:43:06 -07:00 |
|
mehrdadn
|
cdc286ed70
|
Merge pull request #181 from amplab/test
replace locks with synchronized data structures
|
2016-06-30 01:16:51 +03:00 |
|
Robert Nishihara
|
8aa613b77f
|
replace locks with synchronized
|
2016-06-29 15:16:36 -07:00 |
|
Robert Nishihara
|
17bfe77ff1
|
Merge pull request #141 from amplab/synchronized
Synchronized wrappers
|
2016-06-29 10:21:38 -07:00 |
|
Mehrdad
|
37cbbb1669
|
Synchronized
|
2016-06-29 10:20:55 -07:00 |
|
Robert Nishihara
|
b3e3123ff2
|
Merge pull request #180 from amplab/fix3
Set the workerid in submit_task and get_objref
|
2016-06-28 21:45:41 -07:00 |
|
Philipp Moritz
|
891dccb0ff
|
Set the workerid in submit_task and get_objref
|
2016-06-28 21:41:31 -07:00 |
|
Robert Nishihara
|
15a34fe9bf
|
Merge pull request #179 from amplab/fix2
Fix imports for default_worker and set SHELL_MODE for shell
|
2016-06-27 17:32:08 -07:00 |
|
Philipp Moritz
|
8d70dd15df
|
Fix imports for default_worker and set SHELL_MODE for shell
|
2016-06-27 17:23:01 -07:00 |
|
Robert Nishihara
|
731280fd75
|
Merge pull request #177 from amplab/newshell
Implement launching cluster with shell
|
2016-06-27 16:38:01 -07:00 |
|
Philipp Moritz
|
a0df13b14f
|
Implement launching cluster with shell
|
2016-06-27 16:33:12 -07:00 |
|
mehrdadn
|
49dbaf0a52
|
VS Project Updates (#178)
|
2016-06-27 15:21:31 -07:00 |
|
mehrdadn
|
27bd859925
|
Remove objstore_stub_ (#176)
|
2016-06-27 13:16:35 -07:00 |
|
mehrdadn
|
23c0b1828f
|
Initial editor config (#175)
|
2016-06-27 13:10:55 -07:00 |
|
Robert Nishihara
|
e3ad95b200
|
Merge pull request #173 from amplab/writegraph
Write computation graph to file
|
2016-06-27 12:29:22 -07:00 |
|
Philipp Moritz
|
7af0f1b221
|
Write computation graph to file
|
2016-06-27 12:20:30 -07:00 |
|
Robert Nishihara
|
fb6c74ecab
|
update api for start_ray_local (#174)
|
2016-06-27 11:57:22 -07:00 |
|
Robert Nishihara
|
902cac3089
|
arrays -> array (#172)
|
2016-06-27 11:35:31 -07:00 |
|
mehrdadn
|
814c5b1eb8
|
Merge pull request #171 from amplab/fix
bug fix, use different values for different constants
|
2016-06-27 01:54:30 +03:00 |
|
Robert Nishihara
|
01b8664cab
|
bug fix, use different values for different constants
|
2016-06-26 15:53:55 -07:00 |
|
mehrdadn
|
2a5f2a37dd
|
Merge pull request #169 from amplab/ser
allow driver to run in PYTHON_MODE, which is equivalent to serial Python
|
2016-06-26 23:48:15 +03:00 |
|