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
e7a7d483
Commit
e7a7d483
authored
12 years ago
by
Morris Jette
Browse files
Options
Downloads
Patches
Plain Diff
Clarify use of job_submit/lua plugin
parent
fe2f22c1
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/html/job_submit_plugins.shtml
+7
-2
7 additions, 2 deletions
doc/html/job_submit_plugins.shtml
doc/man/man5/slurm.conf.5
+6
-2
6 additions, 2 deletions
doc/man/man5/slurm.conf.5
with
13 additions
and
4 deletions
doc/html/job_submit_plugins.shtml
+
7
−
2
View file @
e7a7d483
...
...
@@ -23,6 +23,8 @@ The minor type can be any suitable name
for the type of accounting package.
We include samples in the SLURM distribution for
<ul>
<li><b>all_partitions</b>—Set default partition to all partitions on
the cluster.</li>
<li><b>defaults</b>—Set default values for job submission or modify
requests.</li>
<li><b>logging</b>—Log select job submission and modification
...
...
@@ -35,7 +37,10 @@ the same location as the SLURM configuration file, <i>slurm.conf</i>.</li>
<li><b>partition</b>—Sets a job's default partition based upon job
submission parameters and available partitions.</li>
</ul>
<p>SLURM can be configured to use multiple job_submit plugins if desired.
<p>SLURM can be configured to use multiple job_submit plugins if desired,
however the lua plugin will only execute one lua script named "job_submit.lua"
and located in default script directory (typically the subdirectory "etc" of
the installation directory).</p>
<p class="footer"><a href="#top">top</a>
...
...
@@ -135,6 +140,6 @@ appropriate error message printed for that errno.
releases of SLURM may revise this API.
<p class="footer"><a href="#top">top</a>
<p style="text-align:center;">Last modified
29 April
201
1
</p>
<p style="text-align:center;">Last modified
16 January
201
3
</p>
<!--#include virtual="footer.txt"-->
This diff is collapsed.
Click to expand it.
doc/man/man5/slurm.conf.5
+
6
−
2
View file @
e7a7d483
...
...
@@ -767,10 +767,14 @@ A comma delimited list of job submission plugins to be used.
The specified plugins will be executed in the order listed.
These are intended to be site\-specific plugins which can be used to set
default job parameters and/or logging events.
Sample plugins available in the distribution include "
cnode", "defaults
",
"logging", "lua", and "partition".
Sample plugins available in the distribution include "
all_partitions", "cnode
",
"defaults",
"logging", "lua", and "partition".
For examples of use, see the SLURM code in "src/plugins/job_submit" and
"contribs/lua/job_submit*.lua" then modify the code to satisfy your needs.
SLURM can be configured to use multiple job_submit plugins if desired,
however the lua plugin will only execute one lua script named "job_submit.lua"
and located in default script directory (typically the subdirectory "etc" of
the installation directory).
No job submission plugins are used by default.
.TP
...
...
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