Skip to content

Releases: HPC-ULL/eml

EML 1.0.1

20 Sep 11:56
Compare
Choose a tag to compare
  • Fixed an unintended behavior when the labee driver is used and no curl connection can be stablished.

EML 1.0.0

20 Sep 09:02
Compare
Choose a tag to compare
  • Added a driver for the PSNC Laboratory of Energy Efficiency (labee).
    It is still subject to change. This adds dependencies to libcurl
    and libxml2. Refer to the documentation for details.

EML 0.2.0

11 Nov 13:01
Compare
Choose a tag to compare
EML 0.2.0 Pre-release
Pre-release
  • Added a configuration file infrastructure, allowing the user to
    configure sampling rates, set up non-discoverable devices and disable
    drivers at runtime. This adds a dependency on libconfuse. Please
    refer to the documentation for details.

  • Added basic support for Schleifenbauer PDU power readings over the
    socket API (http://schleifenbauer.eu/downloads/API/).

    PDUs are not autodetected and should added in the sb_pdu section of
    the configuration file, as in the following example:

    sb_pdu {
      device testpdu {
        host = 10.0.0.3
        port = 7783
        rc4key = mykey # up to 16 chars, or exactly 32 hex digits
      }
    }
    

    Compiling this driver adds a dependency on libcrypto (used for RC4).

  • Fixed a severe bug that lost data from long-running measurements.

EML 0.1.0

03 Sep 10:06
Compare
Choose a tag to compare
EML 0.1.0 Pre-release
Pre-release

First public release. Includes measurement support for:

  • Intel CPUs Sandy Bridge and later
    (through the Intel RAPL interface)
  • Nvidia Tesla and Quadro cards ("GF11x" Fermi and Kepler)
    (through the Nvidia Management Library)
  • Intel MIC (Xeon Phi) from a host device
    (through Intel MPSS 3.x)