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
537019af
Commit
537019af
authored
13 years ago
by
Morris Jette
Browse files
Options
Downloads
Patches
Plain Diff
Update SLURM programmer guide
parent
cd28f06b
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
+13
-2
13 additions, 2 deletions
doc/html/programmer_guide.shtml
with
13 additions
and
2 deletions
doc/html/programmer_guide.shtml
+
13
−
2
View file @
537019af
...
@@ -154,6 +154,17 @@ job state information.<br>
...
@@ -154,6 +154,17 @@ job state information.<br>
<p class="footer"><a href="#top">top</a></p>
<p class="footer"><a href="#top">top</a></p>
<h2>Source Code Management</h2>
<p>The latest code is in github:
<a href="https://github.com/SchedMD/slurm">https://github.com/SchedMD/slurm</a>.
Creating your own branch will make it easier to keep it synchronized
with our work.</p>
<h2>Compiling</h2>
<p>Sending the standard output of "make" to a file makes it easier to see any
warning or error messages:<br>
<i>"make -j install >make.out"</i></p>
<h2>Configuration</h2>
<h2>Configuration</h2>
<p>Sample configuration files are included in the <b>etc</b> subdirectory.
<p>Sample configuration files are included in the <b>etc</b> subdirectory.
The <b>slurm.conf</b> can be built using a <a href="configurator.html">configuration tool</a>.
The <b>slurm.conf</b> can be built using a <a href="configurator.html">configuration tool</a>.
...
@@ -169,7 +180,7 @@ are very limited in scope.</p>
...
@@ -169,7 +180,7 @@ are very limited in scope.</p>
<p>We also have a set of Expect SLURM tests available under the <b>testsuite/expect</b>
<p>We also have a set of Expect SLURM tests available under the <b>testsuite/expect</b>
directory. These tests are executed after SLURM has been installed
directory. These tests are executed after SLURM has been installed
and the daemons initiated. About 2
5
0 test scripts exercise all SLURM commands
and the daemons initiated. About
3
20 test scripts exercise all SLURM commands
and options including stress tests. The file <b>testsuite/expect/globals</b>
and options including stress tests. The file <b>testsuite/expect/globals</b>
contains default paths and procedures for all of the individual tests. At
contains default paths and procedures for all of the individual tests. At
the very least, you will need to set the <i>slurm_dir</i> variable to the correct
the very least, you will need to set the <i>slurm_dir</i> variable to the correct
...
@@ -251,6 +262,6 @@ host1> slurmd -N foo21
...
@@ -251,6 +262,6 @@ host1> slurmd -N foo21
<p class="footer"><a href="#top">top</a></p>
<p class="footer"><a href="#top">top</a></p>
<p style="text-align:center;">Last modified 2
7 March
20
09
</p>
<p style="text-align:center;">Last modified 2
3 April
20
12
</p>
<!--#include virtual="footer.txt"-->
<!--#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