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

Setup Multiverso

Fei Gao edited this page Jul 6, 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

Windows

You need a 64 bit Windows for using Multiverso.

Multiverso depends on MPI. Please install the latest version of MSMPIv7(windows) firstly.

Open the Multiverso.sln with Microsoft Visual Studio 2013 and build.

Ubuntu

Run

sudo apt-get install libopenmpi-dev openmpi-bin build-essential cmake git
git clone https://github.com/Microsoft/multiverso.git && cd multiverso
mkdir build && cd build
cmake .. && make && sudo make install