Multiverso/next
feiga 4631bff84a add test to test mpi async send msg sended ok 2016-02-24 18:58:37 +08:00
..
Test add test to test mpi async send msg sended ok 2016-02-24 18:58:37 +08:00
include add test to test mpi async send msg sended ok 2016-02-24 18:58:37 +08:00
src non blocking mpi send 2016-02-24 16:18:27 +08:00
.gitignore downgrade the Cmake to 2.8; adding cstring to make linux build happy 2016-02-15 14:17:32 +09:00
CMakeLists.txt adding cmake for MPI, cannot pass the build 2016-02-15 21:39:50 +09:00
IMultiverso.sln reconfigure the test project; revert commit 5c23e5 2016-02-20 11:42:00 +08:00
IMultiverso.vcxproj Merge branch 'dev' of https://github.com/Microsoft/multiverso-next into dev 2016-02-20 11:09:24 +08:00
IMultiverso.vcxproj.filters Merge branch 'dev' of https://github.com/Microsoft/multiverso-next into dev 2016-02-20 11:09:24 +08:00
README.md typo 2015-11-13 21:25:51 +08:00

README.md

Multiverso Next

Let's use this repo to discuss, design and develop next version of Multiverso. Feel free to modify the project and push directly. We can discuss based on your commit. This repo is more for long-term version. For some small optimization, we'd better work on our own repos and pull request to the released multiverso. However, this would still be the wonderfull place to work together when you start to try your design and optimization ideas.

code style

I suggest to follow the Google C++ style.

third-party library

I think it's fine to use some open source library, like glog/gflags/gtest/protobuf/Eigen.

gtest would be great for unit test.

guilds

Make issues for discussion.

Feel free to push directly. It is unnecessary to folk and pull request.

Enjoy!