Commit graph

12214 commits

Author SHA1 Message Date
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
Robert Nishihara
d97bce0d64 allow driver to run in PYTHON_MODE, which is equivalent to serial Python 2016-06-26 13:43:54 -07:00
mehrdadn
e8e378883a Merge pull request #168 from amplab/ignore
adding to gitignore
2016-06-26 21:00:25 +03:00
Robert Nishihara
cd2d630074 adding to gitignore 2016-06-26 10:59:16 -07:00
Robert Nishihara
3bf5ed9a91 use correct verison of Python on Mac OS X (#167) 2016-06-25 15:40:01 -07:00
Robert Nishihara
0bc6a17188 Merge pull request #166 from amplab/parallel
Build ray using all available cores
2016-06-25 15:38:31 -07:00
Philipp Moritz
b99ea3ca4e build ray in parallel 2016-06-25 15:35:52 -07:00
Robert Nishihara
28747d3c5e Merge pull request #165 from amplab/sudo
Get rid of numbuf sudo command
2016-06-25 13:51:12 -07:00
Philipp Moritz
dc70c90c2e get rid of numbuf sudo command 2016-06-25 13:28:33 -07:00
Robert Nishihara
741f4824b1 error messages for gets (#158) 2016-06-25 09:43:57 -07:00
Robert Nishihara
6bd26576cc don't return empty list when there are no return values (#157) 2016-06-24 19:57:44 -07:00
Robert Nishihara
c3335ed093 minor: single quote to double (#156) 2016-06-24 19:43:24 -07:00
Robert Nishihara
3e7fe2e4bd Merge pull request #151 from amplab/hyper
Hyper-parameter Optimization code
2016-06-24 17:18:59 -07:00
Wapaul1
9c8ad2bec0 Hyperparameter Optimization Code 2016-06-25 00:13:47 +00:00
Robert Nishihara
d68d34ac20 Merge pull request #155 from amplab/unmap
Close memory mapped segments properly
2016-06-24 17:04:05 -07:00
Philipp Moritz
8a0b8e8789 Unmap segments properly to avoid memory leaks 2016-06-24 16:56:26 -07:00
Robert Nishihara
abaa4211d4 better printing of errors (#153) 2016-06-24 13:22:29 -07:00
Robert Nishihara
75674d1ba1 don't allow failures on os x (#154) 2016-06-23 23:47:23 -07:00
Robert Nishihara
b05ed0d3b1 don't allow failures on os x 2016-06-23 23:42:43 -07:00
Robert Nishihara
fde802fb45 Merge pull request #152 from amplab/fixnumpyscalar
Fix serialization of numpy scalars, implement more numpy types, empty arrays
2016-06-23 18:42:08 -07:00
Philipp Moritz
5ecc2ab67d Fix serialization of numpy scalars and implement more numpy types as well as empty arrays 2016-06-23 18:39:02 -07:00
Robert Nishihara
160bd6ed4f log duration of tasks (#150) 2016-06-23 15:34:28 -07:00
mehrdadn
1951252689 Merge pull request #149 from amplab/getput
push/pull -> put/get
2016-06-23 23:34:39 +03:00
Robert Nishihara
188569be37 push/pull -> put/get 2016-06-23 12:58:48 -07:00
mehrdadn
fe918a9f8b Update numbuf to master (#147) 2016-06-22 16:33:04 -07:00
Robert Nishihara
d30127c2a9 Merge pull request #136 from amplab/scripts
Split up and polish build scripts
2016-06-22 16:22:29 -07:00
Mehrdad
f2d2b585e3 Split up and polish build scripts 2016-06-22 16:20:56 -07:00
Robert Nishihara
d19c455b2b travis for os x (#125) 2016-06-22 11:28:01 -07:00
Robert Nishihara
fc5c40fb95 simplify code now that pull holds a reference (#146) 2016-06-22 11:24:59 -07:00
Robert Nishihara
aa24907f94 Merge pull request #145 from amplab/rl
RL Pong Code
2016-06-21 23:38:43 -07:00
Wapaul1
d70928300f pong rl code 2016-06-22 06:34:57 +00:00
Robert Nishihara
b498cf2a2e enable updating of ray source code on cluster from script (#140)
enable updating of ray source code on cluster from script
2016-06-21 18:17:38 -07:00
Robert Nishihara
d24475bbaa Merge pull request #139 from amplab/fix-72
Fix https://github.com/amplab/ray/issues/72
2016-06-21 17:40:31 -07:00
Philipp Moritz
82a7ee5752 Fix https://github.com/amplab/ray/issues/72 2016-06-21 17:39:48 -07:00
Robert Nishihara
06d20352bf Merge pull request #137 from amplab/memoryfix
Preparation to deallocate objects properly from object stores
2016-06-21 13:47:24 -07:00
Philipp Moritz
5281bd414f preparation to deallocate objects properly 2016-06-21 13:46:38 -07:00