Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

Setup Multiverso

Yorway edited this page Jun 27, 2016 · 7 revisions

Setup Multiverso

You can build the source code of Multiverso and install on your machines. This page gives the installation guide. To get Multiverso source code, run

git clone https://github.com/Microsoft/multiverso.git

Besides, Multiverso depends on MPI. You need to install MSMPIv7(windows) or OpenMPI(Linux) for the build.

Windows

Multiverso can be built on Windows with Visual Studio 2013. Open the Multiverso.sln and build.

Linux

mkdir build
cd build
cmake ..
make -j4