Accepting request 679787 from home:mslacken:slurm18
- added the hdf5 job data gathering plugin OBS-URL: https://build.opensuse.org/request/show/679787 OBS-URL: https://build.opensuse.org/package/show/network:cluster/slurm?expand=0&rev=90
This commit is contained in:
parent
2b7d9f397e
commit
4a0199d836
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 27 11:06:10 UTC 2019 - Christian Goll <cgoll@suse.com>
|
||||||
|
|
||||||
|
- added the hdf5 job data gathering plugin
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 1 19:27:10 UTC 2019 - eich@suse.com
|
Fri Feb 1 19:27:10 UTC 2019 - eich@suse.com
|
||||||
|
|
||||||
|
15
slurm.spec
15
slurm.spec
@ -89,6 +89,7 @@ Recommends: slurm-config-man = %{version}
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: gtk2-devel
|
BuildRequires: gtk2-devel
|
||||||
|
BuildRequires: hdf5-devel
|
||||||
BuildRequires: libbitmask-devel
|
BuildRequires: libbitmask-devel
|
||||||
BuildRequires: libcpuset-devel
|
BuildRequires: libcpuset-devel
|
||||||
BuildRequires: python
|
BuildRequires: python
|
||||||
@ -344,6 +345,15 @@ Group: Documentation/Man
|
|||||||
%description config-man
|
%description config-man
|
||||||
Man pages for the SLURM cluster managment software config files.
|
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
|
%prep
|
||||||
%setup -q -n %{name}-%{dl_ver}
|
%setup -q -n %{name}-%{dl_ver}
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
@ -971,4 +981,9 @@ exit 0
|
|||||||
%{_mandir}/man5/topology.*
|
%{_mandir}/man5/topology.*
|
||||||
%{_mandir}/man5/knl.conf.5.*
|
%{_mandir}/man5/knl.conf.5.*
|
||||||
|
|
||||||
|
%files hdf5
|
||||||
|
%{_bindir}/sh5util
|
||||||
|
%{_libdir}/slurm/acct_gather_profile_hdf5.so
|
||||||
|
%{_mandir}/man1/sh5util.1.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user