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
a7ac2b94
Commit
a7ac2b94
authored
20 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
Add basic information on how to configure and run SLURM on Blue Gene/L.
parent
65b67488
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/txt/bgl.txt
+35
-0
35 additions, 0 deletions
doc/txt/bgl.txt
with
35 additions
and
0 deletions
doc/txt/bgl.txt
0 → 100644
+
35
−
0
View file @
a7ac2b94
Notes for SLURM use with Blue Gene/L
As of 17 August 2004
There is still much development work required, but some basic functionality is
in place and usable for development purposes.
TO BUILD
Download a current version of the SLURM code (version 0.4 or later).
Execute "configure".
Manually add "#define HAVE_BGL" to the file "config.h". This will
be fixed later with autoconf.
Execute "make".
Execute "make install".
Build a configuration file:
Set "InactiveLimit=0" (or leave to the default value of zero).
Define the base partitions using a three-digit suffix indicating its
position in the X, Y, and Z dimentions. Set their NodeAddr to the
location where the slurmd daemon will execute (the same node for
all of the base partitions). Note that SLURM itself is not aware
of the actual node location, but this will work.
TO RUN
Execute "slurmctld" and *one* copy of "slurmd".
The scontrol, scancel, squeue, and sinfo commands execute as desired.
The srun command works fine too, but BGL will not support proper job
steps. There will be a job allocation and mpirun will use the
allocated BGL resources by virtue of environment variables. Attempts
to launch job steps will function, but all tasks get started on the
one node where the slurmd daemon executes.
Most of the existing SLURM test suite runs, but some tests fail due to
the defined node names (e.g. "bgl123") not matching the real node
names reported by the hostname command. srun's attach option will
only work for batch jobs, which will be the normal BGL mode of operation.
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