Git Product home page Git Product logo

eiger's Introduction

Eiger Performance Modeling Framework

Overview

This document gives a brief overview into the stucture and installation of the Eiger performance modeling framework. More details can be found in the documentation folder.

Folder Layout

  • ./api - The Eiger C++ API
  • ./database - sqlite3 schema for Eiger database
  • ./documentation - Documentation describing the implementation of Eiger
  • ./eiger - Eiger performance modeling framework
  • ./examples - Examples of basic modeling functionality
  • ./tests - Simple tests ensuring correct installation of Eiger

Please review the requirements specification in the ./documentation folder for all required software packages.

Usage

All metric collection, model generation, polling, serialization, and reporting functionality can be installed with the following command:

python setup.py install

They can be controlled by the Eiger.py script; more information can be found by entering the following command after installing:

Eiger.py -h

As well, the Eiger module can be imported and used to issue any of the same commands used by the command line script. Examples of basic modeling functions can be found in the ./examples folder.

Database Setup

The Eiger modeling framework relies upon a sqlite3 relational database to manage metric storage, model construction, and model serialization. All data used by sqlite3 is contained in a single database file. If a filename is provided which has not been used for storing Eiger data, it will be converted into one.

API Installation

The API is built using the standard Autotools workflow:

    ./bootstrap.sh
    ./configure
    make
    make install

Run ./configure --help for more information.

Example Data

Several sets of example data reside in the ./examples subdirectory. This data was used for different publications and may or may not retain their functionality as Eiger is developed.

lwperf

Lwperf is a lightweight C/C++/Fortran profiling tool that allows for dumping of output files either to CSV, Eiger database, or serialization format for later injection into an Eiger database. Please see the documentation in the lwperf project for more information.

eiger's People

Contributors

eanger avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

hoangt

eiger's Issues

Output model files with appropriate name.

Instead of having the user specify what the file name should be when outputting a model, we should just use the data collection name with a suffix like ".model". This way we can synchronize the lwperf instrumentation, model generation, and interface within SST/macro.


Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.