View | Details | Raw Unified | Return to ticket 3318 | Differences between
and this patch

Collapse All | Expand All

(-)a/slurm.spec (+15 lines)
Lines 248-253 running on the node, or any user who has allocated resources on the node Link Here
248
according to the Slurm
248
according to the Slurm
249
%endif
249
%endif
250
250
251
%package craysmw
252
Summary: support daemons and software for the Cray SMW
253
Group: System Environment/Base
254
Requires: slurm
255
Obsoletes: craysmw
256
%description craysmw
257
support daeamons and software for the Cray SMW.  Includes slurmsmwd which
258
notifies slurm about failed nodes.
259
251
#############################################################################
260
#############################################################################
252
261
253
%prep
262
%prep
Lines 294-299 make install-contrib DESTDIR=%{buildroot} Link Here
294
install -D -m644 etc/slurmctld.service %{buildroot}/%{_unitdir}/slurmctld.service
303
install -D -m644 etc/slurmctld.service %{buildroot}/%{_unitdir}/slurmctld.service
295
install -D -m644 etc/slurmd.service    %{buildroot}/%{_unitdir}/slurmd.service
304
install -D -m644 etc/slurmd.service    %{buildroot}/%{_unitdir}/slurmd.service
296
install -D -m644 etc/slurmdbd.service  %{buildroot}/%{_unitdir}/slurmdbd.service
305
install -D -m644 etc/slurmdbd.service  %{buildroot}/%{_unitdir}/slurmdbd.service
306
install -D -m644 contribs/cray/slurmsmwd/slurmsmwd.service %{buildroot}/%{_unitdir}/%slurmsmwd.service
297
307
298
# Do not package Slurm's version of libpmi on Cray systems in the usual location.
308
# Do not package Slurm's version of libpmi on Cray systems in the usual location.
299
# Cray's version of libpmi should be used. Move it elsewhere if the site still
309
# Cray's version of libpmi should be used. Move it elsewhere if the site still
Lines 543-548 rm -rf %{buildroot} Link Here
543
%endif
553
%endif
544
#############################################################################
554
#############################################################################
545
555
556
%files craysmw
557
%{_sbindir}/slurmsmwd
558
%{_unitdir}/%slurmsmwd.service
559
#############################################################################
560
546
%pre
561
%pre
547
562
548
%post
563
%post

Return to ticket 3318