Giter Site home page Giter Site logo

hoangt / eiger Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gtcasl/eiger

0.0 2.0 0.0 9.48 MB

Home page for the Eiger statistical performance modeling framework.

Home Page: http://gpuocelot.gatech.edu/projects/eiger/

License: Other

Python 1.38% Makefile 0.01% Shell 0.09% C++ 6.95% C 91.58%

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

The configure script can take multiple options, the most important of which are:

    --prefix: Specifies the install directory.
    --with-mysql-include-path: Location of MySQL headers.
    --with-mysql-lib-path: Location of MySQL libraries.
    --with-mysqlpp-include-path: Location of MySQL++ headers.
    --with-mysqlpp-lib-path: Location of MySQL++ libraries.

Defaults are provided for each. 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

Watchers

James Cloos avatar  avatar

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.