-
Notifications
You must be signed in to change notification settings - Fork 0
home
Matthieu Dorier edited this page Sep 27, 2016
·
10 revisions
dumpi-cortex requires DUMPI (which can be found here) and CMake (version 2.8 or greater).
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