Commit graph

10434 commits

Author SHA1 Message Date
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
Robert Nishihara
41724399ae print task statuses in shell (#132) 2016-06-21 13:28:08 -07:00
Robert Nishihara
d5fe49584a track more task info (#133) 2016-06-21 10:59:32 -07:00
Robert Nishihara
170a2ee8b1 Merge pull request #135 from amplab/asdfasdf
Removing asdfasdf
2016-06-20 16:54:01 -07:00
Mehrdad
f8ab525ef0 Removing asdfasdf.txt 2016-06-20 16:51:18 -07:00
Robert Nishihara
cfc151a2b2 Merge pull request #134 from amplab/curl
Add curl as a dependency
2016-06-20 16:44:35 -07:00
Mehrdad
e22b0b01f6 Add curl as a dependency 2016-06-20 15:58:19 -07:00
Robert Nishihara
0f9ce8a856 Merge pull request #130 from amplab/memoryfix
Fix memory leaks for Python dicts in C extension
2016-06-20 12:06:19 -07:00
Philipp Moritz
e6a188b2e0 Fix memory leaks for Python dicts in C extension 2016-06-20 12:05:54 -07:00
Robert Nishihara
ac65f1031e rename test_path -> worker_path (#128) 2016-06-19 22:01:31 -07:00
Robert Nishihara
aaa0a514fa Merge pull request #127 from amplab/winfix
Visual Studio support on Windows
2016-06-19 20:57:18 -07:00
Mehrdad
c230b6b459 Windows support for Visual Studio 2015 2016-06-19 20:51:40 -07:00
Robert Nishihara
4ebdd0e81c Merge pull request #129 from amplab/filesystem
Use std::experimental::filesystem instead of boost::filesystem at least in some cases
2016-06-19 20:49:55 -07:00
Mehrdad
ce0e4eabb3 std::experimental::filesystem 2016-06-19 20:44:28 -07:00
Robert Nishihara
83145b3192 Merge pull request #109 from amplab/lbfgs
Code for doing batch distributed L-BFGS
2016-06-19 18:19:22 -07:00
Philipp Moritz
d5f079a865 code for doing batch LBFGS in a distributed way 2016-06-19 18:12:00 -07:00
Robert Nishihara
bd6e549d6c isinstance -> subclass to better support functionality in typing module (#112) 2016-06-19 18:04:55 -07:00
Robert Nishihara
b885c2f9aa Merge pull request #113 from amplab/logging
Write logs to files instead of printing them to stdout
2016-06-19 13:13:37 -07:00
Philipp Moritz
912fd5cc81 Write logs to files instead of printing them to stdout 2016-06-19 12:45:34 -07:00
Robert Nishihara
c7e14e0a8b fix bug in which object is deallocated before objready is called (#120) 2016-06-18 15:44:48 -07:00
Robert Nishihara
a461c7af8b Merge pull request #123 from amplab/winfix
Integrate numbuf into tree and remove ftruncate to prepare windows port
2016-06-18 15:29:27 -07:00
Philipp Moritz
51581308fd integrate numbuf into tree and remove ftruncate to prepare windows port 2016-06-18 12:00:17 -07:00
mehrdadn
68d752c23e Some Visual Studio gitignores (#122)
* Ignore /build directory

* Some Windows and Visual Studio .gitignores
2016-06-18 10:04:02 -07:00
mehrdadn
46947edbe9 Merge pull request #121 from amplab/locks
clean up locks in the scheduler
2016-06-18 10:18:26 +03:00
Robert Nishihara
3ae07b293e cleanups locks in the scheduler 2016-06-18 00:11:46 -07:00
mehrdadn
0e5feecd65 Get failed worker information (#114) 2016-06-17 15:01:48 -07:00
Philipp Moritz
1b68e10f17 Revert "fix bug in which object is deallocated before objready is called" (#119) 2016-06-16 16:10:09 -07:00
Robert Nishihara
102e3682d9 make sure the scheduler sends tasks to the worker only after the worker is ready (#116) 2016-06-16 16:04:52 -07:00
mehrdadn
5b86caac76 Merge pull request #117 from amplab/include
include <algorithm> in ray.h
2016-06-16 21:46:24 +03:00
Robert Nishihara
0ff30ead31 adding an include 2016-06-16 10:04:04 -07:00
Robert Nishihara
99aed7dc2d fix bug in which object is deallocated before objready is called (#115) 2016-06-15 19:12:33 -07:00