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
02aa5a1a
Commit
02aa5a1a
authored
7 years ago
by
Alejandro Sanchez
Committed by
Danny Auble
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add TasksMax=infinity option to .service files if systemd version >= 227
Bug 3526
parent
df2306ff
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
etc/Makefile.am
+2
-1
2 additions, 1 deletion
etc/Makefile.am
etc/slurmctld.service.in
+1
-0
1 addition, 0 deletions
etc/slurmctld.service.in
etc/slurmd.service.in
+1
-0
1 addition, 0 deletions
etc/slurmd.service.in
etc/slurmdbd.service.in
+1
-0
1 addition, 0 deletions
etc/slurmdbd.service.in
with
5 additions
and
1 deletion
etc/Makefile.am
+
2
−
1
View file @
02aa5a1a
...
@@ -8,7 +8,8 @@ edit = sed \
...
@@ -8,7 +8,8 @@ edit = sed \
-e
's|@libdir[@]|
$(
libdir
)
|g'
\
-e
's|@libdir[@]|
$(
libdir
)
|g'
\
-e
's|@sbindir[@]|
$(
sbindir
)
|g'
\
-e
's|@sbindir[@]|
$(
sbindir
)
|g'
\
-e
's|@sysconfdir[@]|
$(
sysconfdir
)
|g'
\
-e
's|@sysconfdir[@]|
$(
sysconfdir
)
|g'
\
-e
's|@BLUEGENE_LOADED_FALSE[@]|
$(
BLUEGENE_LOADED_FALSE
)
|g'
-e
's|@BLUEGENE_LOADED_FALSE[@]|
$(
BLUEGENE_LOADED_FALSE
)
|g'
\
-e
's|@SYSTEMD_TASKSMAX_OPTION[@]|
$(
SYSTEMD_TASKSMAX_OPTION
)
|g'
noinst_DATA
=
$(
ETC_FILES
)
noinst_DATA
=
$(
ETC_FILES
)
...
...
This diff is collapsed.
Click to expand it.
etc/slurmctld.service.in
+
1
−
0
View file @
02aa5a1a
...
@@ -9,6 +9,7 @@ EnvironmentFile=-/etc/sysconfig/slurmctld
...
@@ -9,6 +9,7 @@ EnvironmentFile=-/etc/sysconfig/slurmctld
ExecStart=@sbindir@/slurmctld $SLURMCTLD_OPTIONS
ExecStart=@sbindir@/slurmctld $SLURMCTLD_OPTIONS
ExecReload=/bin/kill -HUP $MAINPID
ExecReload=/bin/kill -HUP $MAINPID
PIDFile=/var/run/slurmctld.pid
PIDFile=/var/run/slurmctld.pid
@SYSTEMD_TASKSMAX_OPTION@
[Install]
[Install]
WantedBy=multi-user.target
WantedBy=multi-user.target
This diff is collapsed.
Click to expand it.
etc/slurmd.service.in
+
1
−
0
View file @
02aa5a1a
...
@@ -13,6 +13,7 @@ KillMode=process
...
@@ -13,6 +13,7 @@ KillMode=process
LimitNOFILE=51200
LimitNOFILE=51200
LimitMEMLOCK=infinity
LimitMEMLOCK=infinity
LimitSTACK=infinity
LimitSTACK=infinity
@SYSTEMD_TASKSMAX_OPTION@
[Install]
[Install]
WantedBy=multi-user.target
WantedBy=multi-user.target
This diff is collapsed.
Click to expand it.
etc/slurmdbd.service.in
+
1
−
0
View file @
02aa5a1a
...
@@ -9,6 +9,7 @@ EnvironmentFile=-/etc/sysconfig/slurmdbd
...
@@ -9,6 +9,7 @@ EnvironmentFile=-/etc/sysconfig/slurmdbd
ExecStart=@sbindir@/slurmdbd $SLURMDBD_OPTIONS
ExecStart=@sbindir@/slurmdbd $SLURMDBD_OPTIONS
ExecReload=/bin/kill -HUP $MAINPID
ExecReload=/bin/kill -HUP $MAINPID
PIDFile=/var/run/slurmdbd.pid
PIDFile=/var/run/slurmdbd.pid
@SYSTEMD_TASKSMAX_OPTION@
[Install]
[Install]
WantedBy=multi-user.target
WantedBy=multi-user.target
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