Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Slurm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tud-zih-energy
Slurm
Commits
8907c216
Commit
8907c216
authored
22 years ago
by
jce
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
parent
a46213fb
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile.am
+8
-2
8 additions, 2 deletions
Makefile.am
configure.ac
+0
-1
0 additions, 1 deletion
configure.ac
slurm.spec.in
+6
-10
6 additions, 10 deletions
slurm.spec.in
with
14 additions
and
13 deletions
Makefile.am
+
8
−
2
View file @
8907c216
...
...
@@ -2,7 +2,7 @@
AUTOMAKE_OPTIONS
=
foreign
SUBDIRS
=
slurm
src testsuite doc
SUBDIRS
=
src testsuite doc
EXTRA_DIST
=
\
etc/slurm.conf.example
\
...
...
@@ -13,12 +13,18 @@ EXTRA_DIST = \
README
\
DISCLAIMER
\
COPYING
\
META
META
\
slurm
nobase_include_HEADERS
=
\
slurm/slurm.h
\
slurm/slurm_errno.h
MAINTAINERCLEANFILES
=
\
aclocal.m4 config.guess
\
config.h.in config.sub configure install-sh
\
ltconfig ltmain.sh missing mkinstalldirs
\
slurm/slurm.h
\
stamp-h.in
include
$(top_srcdir)/Make-rpm.mk
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
0
−
1
View file @
8907c216
...
...
@@ -453,7 +453,6 @@ AC_DEFINE(WITH_LSD_NOMEM_ERROR_FUNC, 1, [Have definition of lsd_nomem_error()])
dnl All slurm Makefiles:
AC_CONFIG_FILES([Makefile
slurm/Makefile
src/Makefile
src/api/Makefile
src/common/Makefile
...
...
This diff is collapsed.
Click to expand it.
slurm.spec.in
+
6
−
10
View file @
8907c216
...
...
@@ -61,24 +61,19 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root)
%doc README
%doc DISCLAIMER
%doc COPYIN
%attr(755, root, root) %{_bindir}/scancel
%attr(755, root, root) %{_bindir}/scontrol
%attr(755, root, root) %{_bindir}/sinfo
%attr(755, root, root) %{_bindir}/squeue
%attr(755, root, root) %{_bindir}/srun
%attr(755, root, root) %{_sbindir}/slurmctld
%attr(755, root, root) %{_sbindir}/slurmd
%doc COPYING
%attr(755, root, root) %{_bindir}/*
%attr(755, root, root) %{_sbindir}/*
%config(noreplace) %attr(755, root, root) /etc/rc.d/init.d/slurm
%config(noreplace) %attr(755, root, root) /etc/slurm.conf
%{_libdir}/*.so
%{_libdir}/*.so
*
%{_mandir}/man1/*
%{_mandir}/man5/*
%{_mandir}/man8/*
%files devel
%defattr(-,root,root)
%{_prefix}/include/slurm
.h
%{_prefix}/include/slurm
/*
%{_libdir}/libslurm.a
%{_libdir}/libslurm.la
%{_mandir}/man3/*
...
...
@@ -91,6 +86,7 @@ if [ -x /etc/rc.d/init.d/slurm ]; then
fi
%post
ldconfig %{_libdir}
if [ -x /etc/rc.d/init.d/slurm ]; then
[ -x /sbin/chkconfig ] && /sbin/chkconfig --del slurm
[ -x /sbin/chkconfig ] && /sbin/chkconfig --add slurm
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment