Skip to content
Matthieu Dorier edited this page Sep 27, 2016 · 10 revisions

Tutorial

Installing

Required dependencies

dumpi-cortex requires DUMPI (which can be found here) and CMake (version 2.8 or greater).

Compiling dumpi-cortex

Download the source code:

git clone [email protected]:mdorier/dumpi-cortex.git

Compile it (make sure your CC environment variable points to an MPI compiler):

cd dumpi-cortex
cmake -G "Unix Makefiles" -DDUMPI_ROOT:PATH=/path/to/dumpi -DCMAKE_INSTALL_PREFIX:PATH=/where/you/want/to/install
make
make install

Continue the tutorial...

Clone this wiki locally