Skip to content
Snippets Groups Projects
Commit 55f6c66a authored by Mark Grondona's avatar Mark Grondona
Browse files

o Makefile.am : include META

 o slurm.spec.in : fix bug in --with debug
 o doc/man/man1/srun.1 : --kill-off was renamed to --no-kill
parent bb5ce8bd
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,8 @@ EXTRA_DIST = \ ...@@ -16,7 +16,8 @@ EXTRA_DIST = \
AUTHORS \ AUTHORS \
INSTALL \ INSTALL \
NEWS \ NEWS \
ChangeLog ChangeLog \
META
slurmincludedir=$(includedir)/slurm slurmincludedir=$(includedir)/slurm
slurminclude_HEADERS = \ slurminclude_HEADERS = \
......
...@@ -71,7 +71,7 @@ available. By default, \fB\-\-immediate\fR is off, and ...@@ -71,7 +71,7 @@ available. By default, \fB\-\-immediate\fR is off, and
.B srun .B srun
will block until resources become available. will block until resources become available.
.TP .TP
\fB\-k\fR, \fB\-\-kill-off\fR \fB\-k\fR, \fB\-\-no-kill\fR
Do not automatically terminate a job of one of the nodes it has been allocated Do not automatically terminate a job of one of the nodes it has been allocated
fails. The job will assume all responsibilities for fault-tolerance. The fails. The job will assume all responsibilities for fault-tolerance. The
default action is to terminate the job upon node failure. default action is to terminate the job upon node failure.
......
...@@ -25,7 +25,6 @@ Requires: openssl >= 0.9.6 ...@@ -25,7 +25,6 @@ Requires: openssl >= 0.9.6
%if %{?_with_debug:1}%{!?_with_debug:0} %if %{?_with_debug:1}%{!?_with_debug:0}
%define _enable_debug --enable-debug %define _enable_debug --enable-debug
%define __os_install_post /usr/lib/rpm/brp-compress %define __os_install_post /usr/lib/rpm/brp-compress
CFLAGS="-g -Wall"
%endif %endif
# #
...@@ -80,17 +79,12 @@ SLURM authentication module for Chris Dunlap's Munge ...@@ -80,17 +79,12 @@ SLURM authentication module for Chris Dunlap's Munge
%setup -n %{name}-%{version}-%{release} %setup -n %{name}-%{version}-%{release}
%build %build
PFX_FIX=--program-prefix=%{?_program_prefix:%{_program_prefix}} %configure --program-prefix=%{?_program_prefix:%{_program_prefix}} \
WITHCONF=--sysconfdir=/etc/slurm --sysconfdir=/etc/slurm \
%{?_enable_debug} \
# for now we build with debugging symbols %{?_with_elan} \
%{?_without_elan} \
%configure \ %{?_with_totalview} \
$PFX_FIX $WITHCONF \
%{?_enable_debug} \
%{?_with_elan} \
%{?_without_elan} \
%{?_with_totalview} \
%{?_without_totalview} %{?_without_totalview}
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment