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
15836488
Commit
15836488
authored
21 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
Add some notes about getting the daemons started and tested.
parent
a7880cde
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/quickstart.html
+21
-0
21 additions, 0 deletions
doc/html/quickstart.html
with
21 additions
and
0 deletions
doc/html/quickstart.html
+
21
−
0
View file @
15836488
...
@@ -317,6 +317,27 @@ PartitionName=pdebug Nodes=mcr[0-191] MaxTime=30 MaxNodes=32 Default=YES
...
@@ -317,6 +317,27 @@ PartitionName=pdebug Nodes=mcr[0-191] MaxTime=30 MaxNodes=32 Default=YES
PartitionName=pbatch Nodes=mcr[192-1151]
PartitionName=pbatch Nodes=mcr[192-1151]
</pre>
</pre>
<p>
A Portable Authentication Manager (PAM) module is available for SLURM
that can prevent a user from accessing a node which he has not been
allocated, if that mode of operation is desired.
<h3>
Starting the Daemons
</h3>
For testing purposes you may want to start by just running
slurmctld and slurmd on one node. By default, they execute
in the background. Use the "-D" option for each daemon to
execute them in the foreground and logging will be done to
your terminal. The "-v" option will log events in more detail
with more v's increasing the level of detail (e.g. "-vvvvvv").
You can use one window to execute "slurmctld -D -vvvvvv",
a second window to execute "slurmd -D -vvvvv", and a third
window to execute commands such as "srun -N1 /bin/hostname"
to confirm basic functionality.
<p>
A thorough battery of tests written in the "expect" language
are also available.
<h3>
Administration Examples
</h3>
<h3>
Administration Examples
</h3>
scontrol can be used to print all system information and
scontrol can be used to print all system information and
...
...
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