Giter Site home page Giter Site logo

msultan2002 / mcftp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from thermalsimulationprogram/mcftp

0.0 0.0 0.0 9.33 MB

C++ 10.08% C 60.60% Objective-C 23.48% Makefile 1.01% CMake 0.02% Python 0.13% MATLAB 0.09% Roff 3.48% Shell 0.30% Perl 0.06% Cuda 0.14% M4 0.01% Fortran 0.61% Assembly 0.01%

mcftp's Introduction

McFTP

Multicore Fast Thermal Prototyping framework

Very simple instruction of installation:

Prerequisites:

OS: POSIX compliant systems
third-party tools:
(1)cpupower, to control the running frequency
(2)lm-sensors, to read temperature sensor results
hardware: The CPU should have built-in temperature sensors

Installation:

change the CMakeLists.txt in the top directory, if necessary

by default, the two feature, reading hardware temperature sensors and estimating temperature based on performance counters, are both enabled. The user can disable and enable them by changing the line 3 and 4 of the CMakeLists.txt in the top directory. For example, to disable reading hardware sensors, change line 3 to: set(HARD_TEMPERATURE_SENSOR_ENABLE "OFF")

pre-complile PAPI, if you want to use the software temperature estimator

cd third_party_lib/papi-5.5.1/src

./configure

make

sudo make install-all

make and go to the program build directory

mkdir build

cd build

cmake

cmake ..

compile the program

make

run the program:

first change the cpu frquency governor as userspace, if you want to control the cpu frequency

a. sudo cpupower -c all frequency-set -g userspace

then go to the program directory

b. cd build

run the program

c. sudo ./mcftp XMLFILENAME

The XMLFILENAME should specify the path to the xml file which describes the settings of the experiment.

mcftp's People

Contributors

chenglong3383 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.