KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
eml
★ 12
Open GitHub ↗
Energy Measurement Library
Download README (.md)
Explore Similar Repositories
Meeting
:
会议管理系统
secrethandshake
:
Hacker Schooler Detector for iOS using iBeacons
lua-nginx-logging
:
logging utilities for nginx written in lua
file-sync
:
将本地的代码文件(或目录)上传到服务器上的指定位置
arlandria
:
Simple LinkedIn scrapper for OSINT
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
eml
?
Download (.md)
Energy Measurement Library ========================== The Energy Measurement Library provides a simple API to extract energy consumption data from hardware power counters. It is designed to simplify energy consumption experimentation by presenting a unified interface for different kinds of hardware. The following devices are currently supported: * Dummy devices for testing purposes * Intel CPUs starting from Sandy Bridge (through the Running Average Power Limit interface) * Recent Nvidia Tesla and Quadro GPUs (through NVIDIA Management Library) * Intel Xeon Phi MICs (through the Intel Manycore Platform Software Stack (3.x+), from the host device) * Schleifenbauer PDUs (through the Schleifenbauer socket API) * Odroid-XU3 integrated sensors (through linux sysfs) * Poznań Supercomputing and Networking Center Labee XML Interface (through its REST API) EML automatically discovers necessary libraries and available devices at runtime. Documentation ------------- Doxygen-generated documentation can be found at: https://hpc-ull.github.io/eml License ------- EML is released under the GPLv2 license. Dependencies ------------ Required: * [libconfuse](https://github.com/martinh/libconfuse), for configuration parsing Optional: * [NVML](https://developer.nvidia.com/nvidia-management-library-nvml), for Nvidia GPU support * [MPSS 3.x+](https://software.intel.com/en-us/articles/intel-manycore-platform-software-stack-mpss), for Intel MIC support * [libcrypto](https://www.openssl.org), for Schleifenbauer PDU support (RC4 encryption) * [libxml2](https://xmlsoft.org), for Labee support * [libcurl](https://curl.haxx.se/libcurl/), for Labee support Contact ------- Universidad de La Laguna, High Performance Computing group <cap@pcg.ull.es> Homepage: http://cap.pcg.ull.es Acknowledgements ---------------- This work was supported by the Spanish Ministry of Education and Science through TIN2011-24598 and TIN2016-78919-R project, through the FPU program and the Spanish network CAPAP-H. It also has been partially supported by EU under the COST programme Action IC1305, ‘Network for Sustainable Ultrascale Computing (NESUS)’ and the European COST Action CHIPSET. Additional support was received through project ProID2017010130 and the grant TESIS2017010134, cofinanced by the Ministry of Economy, Industry, Commerce and Knowledge of Canary Islands and the European Social Funds (ESF).