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
81699111
"README.rst" did not exist on "7a60540ccd3892eb92ccda10509de91cbef6c17e"
Commit
81699111
authored
16 years ago
by
Don Lipari
Browse files
Options
Downloads
Patches
Plain Diff
Updated the content of programmer_guide.shtml
parent
323da12f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/html/programmer_guide.shtml
+21
-7
21 additions, 7 deletions
doc/html/programmer_guide.shtml
with
21 additions
and
7 deletions
doc/html/programmer_guide.shtml
+
21
−
7
View file @
81699111
...
...
@@ -92,21 +92,27 @@ the SLURM code. Used to send and get SLURM information from the central manager.
These are the functions user applications might utilize.<br>
<b>common</b>—General purpose functions for widespread use throughout
SLURM.<br>
<b>plugins</b>—Plugin functions for various infrastructure. A separate
subdirectory is used for each plugin class:<br>
<b>database</b>—Various database files that support the accounting
storage plugin.<br>
<b>plugins</b>—Plugin functions for various infrastructures or optional
behavior. A separate subdirectory is used for each plugin class:<br>
<ul>
<li><b>accounting_storage</b> for specifing the type of storage for accounting,<br>
<li><b>auth</b> for user authentication,<br>
<li><b>auth</b> for user authentication,<br>
<li><b>checkpoint</b> for system-initiated checkpoint and restart of user jobs,<br>
<li><b>crypto</b> for cryptographic functions,<br>
<li><b>jobacct_gather</b> for job accounting,<br>
<li><b>jobcomp</b> for job completion logging,<br>
<li><b>mpi</b> for MPI support,<br>
<li><b>priority</b> calculates job priority based on a number of factors
including fair-share,<br>
<li><b>proctrack</b> for process tracking,<br>
<li><b>sched</b> for job scheduler,<br>
<li><b>sched</b> for job scheduler,<br>
<li><b>select</b> for a job's node selection,<br>
<li><b>switch</b> for switch (interconnect) specific functions,<br>
<li><b>task</b> for task affinity to processors.<br>
<li><b>task</b> for task affinity to processors,<br>
<li><b>topology</b> methods for assigning nodes to jobs based on node
topology.<br>
</ul>
<p style="margin-left:.2in">
<b>sacct</b>—User command to view accounting information about jobs.<br>
...
...
@@ -123,15 +129,23 @@ with an existing SLURM job.<br>
<b>slurmctld</b>—SLURM central manager daemon code.<br>
<b>slurmd</b>—SLURM daemon code to manage the compute server nodes including
the execution of user applications.<br>
<b>slurmdbd</b>—SLURM database daemon managing access to the accounting
storage database.<br>
<b>smap</b>—User command to view layout of nodes, partitions, and jobs.
This is particularly valuable on systems like Bluegene, which has a three
dimension torus topography.<br>
<b>sprio</b>—User command to see the breakdown of a job's priority
calculation when the Multifactor Job Priority plugin is installed.<br>
<b>squeue</b>—User command to get information on SLURM jobs and job steps.<br>
<b>sreport</b>—User command to view various reports about past
usage across the enterprise.<br>
<b>srun</b>—User command to submit a job, get an allocation, and/or
initiation a parallel job step.<br>
<b>sstat</b>—User tool to status running jobs.<br>
<b>srun_cr</b>—Checkpoint/Restart wrapper for srun.<br>
<b>sshare</b>—User command to view shares and usage when the Multifactor
Job Priority plugin is installed.<br>
<b>sstat</b>—User command to view detailed statistics about running
jobs.<br>
<b>strigger</b>—User and administrator tool to manage event triggers.<br>
<b>sview</b>—User command to view and update node, partition, and job
job state information.<br>
...
...
@@ -235,6 +249,6 @@ host1> slurmd -N foo21
<p class="footer"><a href="#top">top</a></p>
<p style="text-align:center;">Last modified 7
October
200
8
</p>
<p style="text-align:center;">Last modified
2
7
March
200
9
</p>
<!--#include virtual="footer.txt"-->
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