Commit graph

315 commits

Author SHA1 Message Date
Robert Nishihara
a1cc6d9d4f Merge pull request #89 from amplab/test_worker
move testrecv.py to test_worker.py
2016-06-06 12:17:35 -07:00
Robert Nishihara
9d7e417b9c switching to BSD (#90) 2016-06-06 12:07:36 -07:00
Philipp Moritz
dd8067def8 move testrecv.py to test_worker.py 2016-06-06 11:05:04 -07:00
Philipp Moritz
9dfe7c625e change directory structure, rename array libraries (#87) 2016-06-05 21:57:37 -07:00
Robert Nishihara
80774955c3 Merge pull request #88 from amplab/ci
add continuous integration
2016-06-05 20:48:56 -07:00
Philipp Moritz
4cb4f288cc adding continuous integration 2016-06-05 20:46:54 -07:00
Philipp Moritz
f9aeb5d018 implement varargs (#83)
* implement varargs

* clean up varargs
2016-06-04 16:22:10 -07:00
Robert Nishihara
2b52b91acb distributed -> remote (#82) 2016-06-03 18:41:45 -07:00
Robert Nishihara
67086f663e change filenames and directory structure to use halo (#81) 2016-06-03 18:32:57 -07:00
Robert Nishihara
b58eaf84ee rewrite linear algebra libraries to use keyword arguments (#78) 2016-06-03 17:09:52 -07:00
Robert Nishihara
0aa1fa097e fix bug in which bools were being serialized as ints by serializing bools before serializing ints (#80) 2016-06-03 16:42:57 -07:00
Robert Nishihara
ebf18f99a8 Merge pull request #79 from amplab/bool
implement bool serialization
2016-06-03 12:30:55 -07:00
Philipp Moritz
9a36e4208e implement bool serialization 2016-06-03 12:25:12 -07:00
Robert Nishihara
37bd590656 Merge pull request #77 from amplab/none
implement none serialization
2016-06-03 12:14:11 -07:00
Philipp Moritz
073dd3642e implement none serialization 2016-06-03 12:11:30 -07:00
Robert Nishihara
069f5add3a Merge pull request #74 from amplab/kwargs
implement keyword arguments
2016-06-03 00:14:45 -07:00
Philipp Moritz
429d9025eb implement keyword arguments 2016-06-03 00:10:17 -07:00
Robert Nishihara
5ca5f7502b increase times for microbenchmarks (#71) 2016-06-02 16:52:14 -07:00
Robert Nishihara
6d97c55299 add computation graph (#75) 2016-06-02 16:35:46 -07:00
Robert Nishihara
23d202bb73 renaming Call -> Task (#70) 2016-05-26 16:33:30 -07:00
Mehrdad
7bfc070e29 Function definitions in headers should be inline so as to not violate ODR 2016-05-25 20:33:01 -07:00
Robert Nishihara
c4b783fbc8 microbenchmarks and timing (#67) 2016-05-22 10:05:14 -07:00
Robert Nishihara
f2824d134e Merge pull request #65 from amplab/localityawarescheduler
Implement a locality aware scheduler
2016-05-17 15:19:39 -07:00
Philipp Moritz
a76d91f50d Locality aware scheduler 2016-05-17 15:08:49 -07:00
Robert Nishihara
6488e68860 Merge pull request #63 from amplab/buildscript
Build script for installing photon
2016-05-16 09:55:06 -07:00
Philipp Moritz
e2509a044c Build script for installing photon 2016-05-16 09:29:50 -07:00
Robert Nishihara
912001ad6a clear objtable_ entry when an object is deallocated (#57) 2016-05-14 05:54:00 -07:00
Robert Nishihara
c9780eb3ef Merge pull request #61 from amplab/multinode
Make it possible to start multiple nodes in a cluster
2016-04-28 15:36:08 -07:00
Philipp Moritz
d3f62c4288 make it possible to start multiple nodes in a cluster; add some more logging 2016-04-28 15:31:31 -07:00
Robert Nishihara
d45ea8a518 Merge pull request #58 from amplab/numbuf
implement serialization using numbuf
2016-04-26 15:14:56 -07:00
Philipp Moritz
8d0c3be28f implement serialization using numbuf 2016-04-26 15:14:04 -07:00
Robert Nishihara
f10c74e47d Merge pull request #47 from amplab/internode
Internode
2016-04-24 19:09:36 -07:00
Philipp Moritz
4e65dfc2ae support multiple object stores, part two 2016-04-24 19:09:02 -07:00
Robert Nishihara
6b846d2bc0 support multiple object stores, part one 2016-04-24 19:06:14 -07:00
Robert Nishihara
a12e6fd373 change services to start variable number of object stores (#55) 2016-04-23 10:45:01 -07:00
Robert Nishihara
5c014a9857 Merge pull request #52 from amplab/logging
reduce the amount of logging
2016-04-22 12:59:18 -07:00
Philipp Moritz
e02d246974 reduce the amount of logging, separating out logging for reference counting 2016-04-22 12:54:36 -07:00
Robert Nishihara
87bc8801ab changing segment names to include objstoreid (#50) 2016-04-22 12:07:02 -07:00
Robert Nishihara
1cb0c794bc Merge pull request #51 from amplab/timing
Increase waiting time when the cluster gets started
2016-04-22 11:43:17 -07:00
Philipp Moritz
0c56d8e50b increase waiting time when the cluster gets started (neccessary to prevent timeouts on some systems) 2016-04-22 11:36:12 -07:00
Robert Nishihara
10c38a4756 fixing bug, unaccounted for reference counting (#48) 2016-04-22 11:06:14 -07:00
Robert Nishihara
37ac8faae5 implement distributed qr (#30) 2016-04-19 14:44:07 -07:00
Robert Nishihara
bffae5a80e fix reference counting lock bug (#45) 2016-04-19 12:27:56 -07:00
Robert Nishihara
2d1453c46d fixed reference counting bug (#44) 2016-04-19 10:54:16 -07:00
Robert Nishihara
1548a1a523 implement reference counting and much more (#43) 2016-04-18 13:05:36 -07:00
Robert Nishihara
a6a77bc416 refactor schedule code (#41) 2016-04-09 10:55:03 -07:00
Robert Nishihara
237f9e7198 instructions for installing arrow (#39) 2016-04-09 00:07:56 -07:00
Robert Nishihara
a28920bb24 Alias (#38)
* implement objref aliasing

* updates
2016-04-08 12:58:08 -07:00
Robert Nishihara
34e9c1778b Merge pull request #36 from amplab/arrow-integration
arrow integration for ndarrays
2016-04-06 22:22:31 -07:00
Robert Nishihara
6a5eeec86b fix naming Pull -> Request 2016-04-06 22:06:53 -07:00