Skip to content

Install

OliverPerks edited this page Oct 19, 2012 · 1 revision

INSTALL

Dependencies

Different tools within the WMTools suite depend on different third party libraries

  • WMTrace
    • libz - The ZLib compression library
    • libunwind - The call stack traversal library
    • libelf - The binary header reader
  • WMAnalysis & WMModel
    • libz - The ZLib compression library
  • WMHeatMap
    • libz - The ZLib compression library
    • libsilo - The Silo file format generator (Depends on HDF5)

Makefile.inc

The Makefile.inc file contains the paths to all of the third party libraries in addition to some additional configuration options. This includes the prefix path to install WMTools after build.

The simply run: make clean all

This should produce:

  • lib/
    • WMTrace.so
  • bin/
    • WMAnalysis
    • WMAnalysisSerial
    • WMHeatMap
    • WMModel

Clone this wiki locally