Releases: ovis-hpc/ldms
Releases · ovis-hpc/ldms
v2.4.0 TOSS
Version Info
- v2.4.0 released in TOSS 4/15
v2.4.0
Version Info:
- v2.4.0 First available 02.11.2015
- This is the release version from v.2.3 VOTD (first available 01.24.2015)
New Features:
- Log levels. Dynamic change of logging levels enabled via ldmsctl.
- NOTE: -q flag previously denoting quiet (no) logging is now used to indicate the log level. If upgrading from a previous version and you were using -q before, update it to -q QUIET for this version.
- Cray Aries officially supported in the UGNI transport.
- In UGNI transport, user configurable optional check of node state via rca before initiating communications.
- cray_system_sampler refactored into: cray_gemini_r_sampler, cray_gemini_d_sampler, and cray_aries_r_sampler.
- GPU metrics available in the cray_gemini_r/d_sampler.
- Subgroups within the cray_xxx_samplers can be selected on/off in the configuration step.
- store_csv and store_derived_csv can be configured to manage rollover of their output files.
- IB sampler (w/ associated includes) no longer in the default build (i.e., --enable-sysclassib).
- New set of RHEL init scripts supporting (lib)genders for cluster deployment.
- Misc internal updates.
Notes:
- This version is INCOMPATIBLE with v2.2.0 and previous. Please update the code on both your samplers and aggregators.
- As in the previous release, libraries are built into both /lib(64) and in /lib(64)/ovis-ldms. If upgrading from older versions, you may have to update your LD_LIBRARY_PATH, LDMS_PLUGIN_PATH, etc in your scripts accordingly.
v2.2.0
Version Info:
- v 2.2.0 / tag v2.2.0. LDMS version in TOSS v 2.2-6. (09.18.14)
New Features:
- RPM Packaging
- Authentication
- example init scripts
- man pages
- new version reporting flags for ldmsd, ldmsctl, and ldmsctl querying a remote ldmds
- misc internal updates