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
62506dd5
Commit
62506dd5
authored
16 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
expand explanation of RPM mods in slurm v1.3
-This line, and those below, will be ignored-- M RELEASE_NOTES
parent
eb601a2c
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
RELEASE_NOTES
+14
-8
14 additions, 8 deletions
RELEASE_NOTES
with
14 additions
and
8 deletions
RELEASE_NOTES
+
14
−
8
View file @
62506dd5
...
@@ -29,14 +29,20 @@ now supports gang scheduling (time-slicing of parallel jobs for
...
@@ -29,14 +29,20 @@ now supports gang scheduling (time-slicing of parallel jobs for
improved responsiveness and system utilization). Many related
improved responsiveness and system utilization). Many related
scheduling changes have also been made.
scheduling changes have also been made.
There are changes in SLURM's RPMs. There is a new RPM called
There are changes in SLURM's RPMs. "slurm-auth-munge" was changed to
slurmdbd (SLURM DataBase Daemon) used to provide a secure
"slurm-munge" since it now contains the authentication and cryptographic
SLURM database interface for accounting purposes (more information
signature plugins for Munge. The SLURM plugins have been moved out of
about that below). The SLURM plugins have been moved to a new
the main "slurm" RPM to a new RPM called "slurm-plugins". There is a
RPM called slurm-plugins. If the slurmdbd is installed it
new RPM called "slurm-slurmdbd" (SLURM DataBase Daemon). Slurmdbd is
requires the slurm-plugins, but not the other slurm components.
used to provide a secure SLURM database interface for accounting purposes
The base SLURM plugin requires the plugins, which used to be
(more information about that below). The "slurm-slurmdbd" RPM requires
within that RPM.
the "slurm-plugins" RPM, but none of the other SLURM RPMs. The main
"slurm" RPM also requires the "slurm-plugins" RPM.
To archive accounting records in a database then database RPMs must be
installed where the SLURM RPMs are build and where the database is used.
You have a choise of database, either "mysql" plus "mysql-devel" or
"postgres" plus "postgres-devel" RPMs.
Many enhancements have been made for better Slurm integration with
Many enhancements have been made for better Slurm integration with
Moab and Maui schedulers. Moab development work is still underway
Moab and Maui schedulers. Moab development work is still underway
...
...
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