Hello community, here is the log from the commit of package slurm for openSUSE:Factory checked in at 2019-06-01 09:55:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/slurm (Old) and /work/SRC/openSUSE:Factory/.slurm.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "slurm" Sat Jun 1 09:55:54 2019 rev:27 rq:706361 version:18.08.5 Changes: -------- --- /work/SRC/openSUSE:Factory/slurm/slurm.changes 2019-02-02 21:50:20.823923758 +0100 +++ /work/SRC/openSUSE:Factory/.slurm.new.5148/slurm.changes 2019-06-01 09:55:55.627192628 +0200 @@ -1,0 +2,5 @@ +Wed Feb 27 11:06:10 UTC 2019 - Christian Goll <[email protected]> + +- added the hdf5 job data gathering plugin + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ slurm.spec ++++++ --- /var/tmp/diff_new_pack.DZ8gaD/_old 2019-06-01 09:55:56.299192399 +0200 +++ /var/tmp/diff_new_pack.DZ8gaD/_new 2019-06-01 09:55:56.299192399 +0200 @@ -89,6 +89,7 @@ BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: gtk2-devel +BuildRequires: hdf5-devel BuildRequires: libbitmask-devel BuildRequires: libcpuset-devel BuildRequires: python @@ -344,6 +345,15 @@ %description config-man Man pages for the SLURM cluster managment software config files. +%package hdf5 +Summary: Store accounting data in hdf5 +Group: Productivity/Clustering/Computing + +%description hdf5 +Plugin to store accounting in the hdf5 file format. This plugin has to be +activated in the slurm configuration. Includes also utility the program +sh5utils to merge this hdf5 files or extract data from them. + %prep %setup -q -n %{name}-%{dl_ver} %patch0 -p1 @@ -971,4 +981,9 @@ %{_mandir}/man5/topology.* %{_mandir}/man5/knl.conf.5.* +%files hdf5 +%{_bindir}/sh5util +%{_libdir}/slurm/acct_gather_profile_hdf5.so +%{_mandir}/man1/sh5util.1.gz + %changelog
