Commit Graph

325 Commits

Author SHA1 Message Date
mehrdadn 4c323d4ecf libraylib -> lib (#311) 2016-07-27 23:23:13 -07:00
mehrdadn c3695099fc numbuf update (#313) 2016-07-27 23:21:33 -07:00
mehrdadn f0353ec597 Ignore dirty external submodules (#312) 2016-07-27 21:53:07 -07:00
mehrdadn 65db47b556 Update submodules (#309) 2016-07-27 19:47:14 -07:00
Philipp Moritz 2d929ad938 Only check out submodules that are actually used (#310) 2016-07-27 19:14:40 -07:00
Philipp Moritz fa29efbf83 reduce amount of GRPC logging (#306) 2016-07-27 11:42:08 -07:00
Philipp Moritz dd301e4baa add version string (#304) 2016-07-27 11:29:22 -07:00
mehrdadn 44064389b9 Checked locking (#262)
* Lock order should be based on field order only

* Checked locking
2016-07-27 11:24:09 -07:00
Robert Nishihara 975bfe89ad check that we are connected before calling ray commands (#303) 2016-07-27 11:20:37 -07:00
Robert Nishihara a97574d471 update lbfgs app (#301) 2016-07-26 23:45:14 -07:00
Philipp Moritz b5215f1e6a make it possible to use directory as user source directory that doesn't contain worker.py (#297) 2016-07-26 18:39:06 -07:00
Robert Nishihara 2981fae26d update hyperparameter optimization app (#299) 2016-07-26 18:16:10 -07:00
Robert Nishihara aa2f618ab7 add directory containing script to python path of workers (#296) 2016-07-26 16:18:39 -07:00
Robert Nishihara 3bae6f136b export remote functions and reusable variables that were defined before connect was called (#292) 2016-07-26 11:40:09 -07:00
Robert Nishihara 8e9f98c5ff Properly import remote functions and reusable variables on workers that register late (#290) 2016-07-25 16:17:17 -07:00
Philipp Moritz 5591aa4665 cleanup serialization code (#291) 2016-07-25 15:47:10 -07:00
Philipp Moritz 4a0f35b042 new arrow serialization code (serialize python objects recursively) (#284) 2016-07-25 13:41:47 -07:00
mehrdadn 5ff00e0e81 Fix pickling (#289) 2016-07-24 12:53:55 -07:00
mehrdadn a22b35a881 Merge pull request #283 from amplab/kv
implement key value store for sharing reusable variables
2016-07-22 18:45:46 -07:00
Robert Nishihara 03f1830cd0 implement key value store for sharing reusable variables 2016-07-22 18:43:33 -07:00
Robert Nishihara baa4b7cae3 fix bug in reference counting None object (#286) 2016-07-22 14:15:02 -07:00
Wapaul1 b68512ec7d Added handles for python to access buffers in objstore (#282) 2016-07-20 17:36:15 -07:00
Robert Nishihara 3bf46ce5ac make remote functions pickleable (#281) 2016-07-19 16:05:45 -07:00
Wapaul1 6c96a05ab4 Added error handling and cleanup for objstore overflowing (#275) 2016-07-18 17:45:00 -07:00
mehrdadn ad9cc57485 Suppress Visual C++ secure-iterator warning globally since I cannot just suppress them in protobuf headers (#280) 2016-07-18 12:56:37 -07:00
Robert Nishihara 7565309d6e mock cloudpickle module to allow readthedocs to work (#279) 2016-07-18 11:19:55 -07:00
mehrdadn f2c43bec87 Function serialization (#261) 2016-07-17 22:05:07 -07:00
mehrdadn 8e0ecfa1f4 assertTrue -> assertEqual (#278) 2016-07-16 22:48:39 -07:00
Robert Nishihara ced5ce4924 raise exception if user tries to pass large object by value (#276) 2016-07-16 17:17:48 -07:00
Robert Nishihara 8465df1146 script for launching nodes on ec2 (#270)
* original spark-ec2 script

* modifying spark-ec2 for ray
2016-07-16 15:14:14 -07:00
mehrdadn 97270f5aec zlib stub comment (#273) 2016-07-16 14:59:06 -07:00
mehrdadn 0f1d7c5835 Run IPython shell without embedding (#269) 2016-07-16 14:42:58 -07:00
mehrdadn c5be9b96de Visual Studio - Project cleanup, warning suppression, and removal of zlib dependency (#272)
* windows_intermodule_singleton warning

* Fix some warnings from Visual Studio

* More Visual Studio project changes

* Replace zlib Visual Studio project with stub; it's not needed

* Un-enable link-time code generation
2016-07-16 13:02:51 -07:00
mehrdadn 06ceecf6f5 Kill child processes when parent dies, and die on fatal errors (#265) 2016-07-14 16:10:26 -07:00
Robert Nishihara a5d8138f88 mock modules for readthedocs (#264) 2016-07-14 13:57:03 -07:00
Robert Nishihara 80526f7777 add documentation and refactor cluster.py (#238) 2016-07-12 23:54:18 -07:00
mehrdadn 0487b05111 Merge pull request #260 from amplab/fix
only let creator of message queue deallocate message queue
2016-07-13 00:40:52 +03:00
Robert Nishihara db8ade44f7 only let creator of message queue deallocate message queue 2016-07-12 13:40:01 -07:00
Wapaul1 292abaa41c Moved Imagenet loading library to example applications; Changed code to return filenames as well as arrays (#257) 2016-07-11 18:06:58 -07:00
Robert Nishihara 8952ff8cf9 allow cluster script to update worker code on nodes (#243) 2016-07-11 17:58:16 -07:00
Philipp Moritz 86aef1bc56 add note to using-ray-on-a-cluster.md (#258) 2016-07-11 14:14:26 -07:00
Robert Nishihara 1133315746 help cmake find right python interpreter on mac (#251) 2016-07-11 12:16:10 -07:00
Robert Nishihara fa1d0f4e0f improve wording in installation documentation (#256) 2016-07-11 00:22:05 -07:00
mehrdadn 69ee25eb51 Fix GRPC project patch, again (#255) 2016-07-10 22:31:12 -07:00
mehrdadn 30023b456a Fix GRPC project patch (#254) 2016-07-10 22:05:50 -07:00
mehrdadn a1a54baa44 Use Boost IPC (#249) 2016-07-10 15:41:26 -07:00
Robert Nishihara 4b91d79915 fixes to documentation (#242) 2016-07-10 15:06:44 -07:00
Johann Schleier-Smith 474dd8b449 reorder includes to fix version conflicts (#250)
Thanks for the changes!
2016-07-10 14:50:34 -07:00
mehrdadn 02c77847cb RAY_BREAK_IF_DEBUGGING (#247) 2016-07-10 13:39:54 -07:00
mehrdadn cd92a8d787 Remove boost::filesystem dependency (#245) 2016-07-10 09:48:56 -07:00