Граф коммитов

179 Коммитов

Автор SHA1 Сообщение Дата
liming-vie a3f710e826 Alter .travis.yml to see if work 2016-03-15 15:35:10 +08:00
liming-vie a7433767d8 Add .travis.yml (test, may crash) 2016-03-15 14:32:45 +08:00
liming-vie 96426c79c7 fix local file open bug 2016-03-14 19:26:54 +08:00
liming-vie a9a555a156 add necessary files and alter CMakeLists to make cmake work in docker 2016-03-14 18:48:23 +08:00
liming-vie b30848c460 Add Dockerfile for docker, and alter dump table interface to use general Stream class 2016-03-14 16:16:40 +08:00
liming-vie f8ac7846f4 Alter table create method (actually similar to the previous one) 2016-03-14 13:32:06 +08:00
liming-vie 9c5db414e8 Add class for using local & hdfs file stream 2016-03-14 13:29:38 +08:00
liming-vie 7d13feaf71 Implement table factory (to be changed) 2016-03-11 21:36:37 +08:00
liming-vie 308719e808 Merge conflict 2016-03-09 14:13:49 +08:00
liming-vie 7e5e5a3e3f add checkpoint mechanism and test function 2016-03-09 14:10:53 +08:00
feiga f2e452b24b change mpi send and recv to debug 2016-03-09 03:31:22 +08:00
feiga 45d8b53053 Merge branch 'dev' of github.com:Microsoft/multiverso-next into dev 2016-03-05 20:48:39 +08:00
feiga 3a87b78aee give valid word/server id and method to transfer between word/server id and rank. Now REEF can run smoothly. Adjust array and matrix table, Remove Zoo related method call, avoiding to include "zoo.h" in user's program, using MV_xxx method replacing Zoo::Get()->xxx. Other tables not updated, may have bugs caused by this commit 2016-03-05 20:48:05 +08:00
Qiwei Ye 6789e4e230 modify debug massage for the barrier. 2016-03-05 14:35:06 +08:00
feiga 975ef6b46a refactor matrix table 2016-03-04 21:52:14 +08:00
feiga 5d548574b3 Merge branch 'dev' of github.com:Microsoft/multiverso-next into dev
# Conflicts:
#	include/multiverso/net/mpi_net.h
2016-03-04 15:56:09 +08:00
feiga dc43292ee2 make c# and zmq happy 2016-03-04 15:54:07 +08:00
liming-vie 5d348acc5b fix bug in mpi_net.h 2016-03-04 14:38:21 +08:00
liming-vie 48dd70acc9 Merge branch 'dev' of https://github.com/Microsoft/multiverso-next into dev 2016-03-04 14:20:01 +08:00
liming-vie d6ce92da90 alter matrix table api 2016-03-04 14:18:15 +08:00
feiga 49d29bcc09 Merge branch 'dev' of github.com:Microsoft/multiverso-next into dev 2016-03-03 22:04:19 +08:00
feiga 5c8e644f82 add interface to make C# wrapper works 2016-03-03 22:03:56 +08:00
feiga fcca31a17f add some interface to make C# wrapper works 2016-03-03 22:03:25 +08:00
Qiwei Ye 663e679a09 Barrier debug commit 2016-03-03 20:29:18 +08:00
Qiwei Ye e60d576c94 Merge branch 'dev' of https://github.com/Microsoft/multiverso-next into dev 2016-03-03 17:07:00 +08:00
Qiwei Ye a50ff080b7 1. adding class for quantization. 2. adding function for user defined logic 2016-03-03 17:05:51 +08:00
liming-vie 259ab07af4 matrix table add vector 2016-03-03 16:30:09 +08:00
liming-vie 7b319c0349 add matrix table 2016-03-03 14:14:56 +08:00
liming-vie f82af7b7e5 matrix table & main test 2016-03-03 14:11:04 +08:00
feiga c29a7f75f9 to make the test net works. little tricky calling of the async send 2016-03-03 10:41:59 +08:00
feiga 479077785a Merge branch 'dev' of github.com:Microsoft/multiverso-next into dev 2016-03-03 10:37:16 +08:00
feiga ebc38d56ce fix bug in kv table 2016-03-03 10:37:05 +08:00
unknown 38feb32020 reduce two strange semicolon 2016-03-02 17:28:29 +08:00
Qiwei Ye 386188863a make gcc happy 2016-03-02 16:02:03 +08:00
Qiwei Ye 87324abc10 adding cmake file for mpiwrapper 2016-03-02 01:28:18 +09:00
Qiwei Ye 65cef4e40c adding mpiwrapper for test 2016-03-01 22:59:51 +08:00
Qiwei Ye 6bb983a952 alter Testproject filter 2016-03-01 22:55:04 +08:00
feiga f0d0364a0d Merge branch 'dev' of github.com:Microsoft/multiverso-next into dev 2016-03-01 22:51:48 +08:00
feiga 0b6767e55e fix the test net bug 2016-03-01 22:51:27 +08:00
Qiwei Ye 1c7d40e6a8 Merge branch 'dev' of https://github.com/Microsoft/multiverso-next into dev 2016-03-01 22:46:05 +08:00
Qiwei Ye 633cf0b564 Adding Mpiwrapper for test 2016-03-01 22:44:42 +08:00
feiga 3276ea7666 rename the api 2016-03-01 11:34:23 +08:00
feiga 170e980f23 Specify source rank in MPI net RecvMsg 2016-02-29 21:35:43 +08:00
feiga f86fb2c0f0 add test no net 2016-02-29 14:27:59 +08:00
feiga 320ab5cba1 add MPI return value check for MPI call 2016-02-29 13:58:52 +08:00
feiga bce1cc76b9 Merge branch 'dev' of github.com:Microsoft/multiverso-next into dev
# Conflicts:
#	src/zoo.cpp
2016-02-29 09:13:27 +08:00
feiga 4902144a54 1. make sure the actor's msg process thread really start after we finish the calling of Actor::Start. The order of actor start is non-trival, the communicator need to be the last one. 2. refactor the implementation of thread safe queue 2016-02-29 09:10:32 +08:00
Qiwei Ye 6799f92b99 change sequence of initialization of modules 2016-02-27 15:29:30 +08:00
Qiwei Ye 15633c6dd3 Merge branch 'dev' of https://github.com/Microsoft/multiverso-next into dev 2016-02-26 15:25:21 +08:00
Qiwei Ye c450c1571b adding an check for msg memory handler 2016-02-26 15:24:46 +08:00