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
0e08f09f
Commit
0e08f09f
authored
17 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
Augment emulation mode testing.
parent
9e9dd466
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/html/faq.shtml
+19
-1
19 additions, 1 deletion
doc/html/faq.shtml
with
19 additions
and
1 deletion
doc/html/faq.shtml
+
19
−
1
View file @
0e08f09f
...
@@ -502,6 +502,24 @@ for this due to it's improved support for multiple slurmd daemons.
...
@@ -502,6 +502,24 @@ for this due to it's improved support for multiple slurmd daemons.
See the
See the
<a href="programmer_guide.shtml#multiple_slurmd_support">Programmers Guide</a>
<a href="programmer_guide.shtml#multiple_slurmd_support">Programmers Guide</a>
for more details about configuring multiple slurmd support.
for more details about configuring multiple slurmd support.
<p>In order to emulate a really large cluster, it can be more
convenient to use a single <i>slurmd</i> daemon.
That daemon will not be able to launch many tasks, but can
suffice for developing or testing scheduling software.
<ol>
<li>Execute the <i>configure</i> program with your normal options.</li>
<li>Add the line "<i>#define HAVE_FRONT_END 1</i>" to the resulting
<i>config.h</i> file.</li>
<li>Build and install SLURM in the usual manner.</li>
<li>In <i>slurm.conf</i> define the desired node names (arbitrary
names used only by SLURM) as <i>NodeName</i> along with the actual
address of the <b>one</b> physical node in <i>NodeHostname</i>.
Up to 64k nodes can be configured in this virtual cluster.</li>
<li>Start your <i>slurmctld</i> and one <i>slurmd</i> daemon.</li>
<li>Create job allocations as desired, but <b>do not run job steps
with more than a couple of tasks.</b> Doing so may result in the
<i>slurmd</i> daemon exhausting its memory and failing.</li>
</ol>
<p><a name="extra_procs"><b>15. Can SLURM emulate nodes with more
<p><a name="extra_procs"><b>15. Can SLURM emulate nodes with more
resources than physically exist on the node?</b></a><br>
resources than physically exist on the node?</b></a><br>
...
@@ -581,6 +599,6 @@ about these options.
...
@@ -581,6 +599,6 @@ about these options.
<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
9
May 2007</p>
<p style="text-align:center;">Last modified
14
May 2007</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