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
16f4b52f
Commit
16f4b52f
authored
11 years ago
by
jette
Browse files
Options
Downloads
Patches
Plain Diff
Update RELEASE_NOTES and news web page for version 2.6
parent
8cdab5b9
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
RELEASE_NOTES
+2
-0
2 additions, 0 deletions
RELEASE_NOTES
doc/html/news.shtml
+7
-25
7 additions, 25 deletions
doc/html/news.shtml
with
9 additions
and
25 deletions
RELEASE_NOTES
+
2
−
0
View file @
16f4b52f
...
@@ -29,6 +29,8 @@ HIGHLIGHTS
...
@@ -29,6 +29,8 @@ HIGHLIGHTS
for sets of similar jobs. This man necessitate changes in prolog and/or
for sets of similar jobs. This man necessitate changes in prolog and/or
epilog scripts due to change in the job ID format, which is now of the form
epilog scripts due to change in the job ID format, which is now of the form
"<job_id>_<index>" for job arrays.
"<job_id>_<index>" for job arrays.
- Added mpi/pmi2 plugin with much better more scalable performance for MPI
implementations using PMI communications interface.
- Added slurmctld/dynalloc plugin for MapReduce+ support.
- Added slurmctld/dynalloc plugin for MapReduce+ support.
- Added prolog and epilog support for advanced reservations.
- Added prolog and epilog support for advanced reservations.
- Much faster throughput for job step execution with --exclusive option. The
- Much faster throughput for job step execution with --exclusive option. The
...
...
This diff is collapsed.
Click to expand it.
doc/html/news.shtml
+
7
−
25
View file @
16f4b52f
...
@@ -4,39 +4,19 @@
...
@@ -4,39 +4,19 @@
<h2>Index</h2>
<h2>Index</h2>
<ul>
<ul>
<li><a href="#25">SLURM Version 2.5, November 2012</a></li>
<li><a href="#26">SLURM Version 2.6, June 2013</a></li>
<li><a href="#26">SLURM Version 2.6, scheduled for April 2013</a></li>
<li><a href="#27">SLURM Version 2.7 and beyond</a></li>
<li><a href="#27">SLURM Version 2.7 and beyond</a></li>
<li><a href="#security">Security Patches</a></li>
<li><a href="#security">Security Patches</a></li>
</ul>
</ul>
<h2><a name="25">Major Updates in SLURM Version 2.5</a></h2>
<p>SLURM Version 2.5 was release in November 2012.
Major enhancements include:
<ul>
<li>Support added for Intel® Many Integrated Core (MIC) processors.</li>
<li>User control over CPU frequency of each job step.</li>
<li>Recording power usage information for each job.</li>
<li>Advanced reservation of cores rather than whole nodes.</li>
<li>Integration with IBM's
<a href="http://www-03.ibm.com/systems/software/parallel/">Parallel Environment</a>
including POE (Parallel Operating Environment) and NRT (Network Resource Table) API.</li>
<li>Highly optimized throughput for serial jobs in a new "select/serial"
plugin.</li>
<li>CPU load is information available</li>
<li>Configurable number of CPUs available to jobs in each SLURM partition,
which provides a mechanism to reserve CPUs for use with GPUs.</li>
</ul>
<h2><a name="26">Major Updates in SLURM Version 2.6</a></h2>
<h2><a name="26">Major Updates in SLURM Version 2.6</a></h2>
<p>SLURM Version 2.6
is scheduled for
release in
April
2013.
<p>SLURM Version 2.6
was
release
d
in
June
2013.
Major enhancements planned include:
Major enhancements planned include:
<ul>
<ul>
<li>Support for job arrays, which increases performance and ease of use
<li>Support for job arrays, which increases performance and ease of use
for sets of similar jobs.</li>
for sets of similar jobs.</li>
<li>
<a href="http://en.wikipedia.org/wiki/MapReduce">MapReduce</a> support
<li>
Support for MPICH2 using PMI2 communications interface with much greater
(launches ~1000x faster, runs ~10x faster)
.</li>
scalability
.</li>
<li>Prolog and epilog support for advanced reservations.</li>
<li>Prolog and epilog support for advanced reservations.</li>
<li>Much faster throughput for job step execution with --exclusive option. The
<li>Much faster throughput for job step execution with --exclusive option. The
srun process is notified when resources become available rather than
srun process is notified when resources become available rather than
...
@@ -46,6 +26,8 @@ Major enhancements planned include:
...
@@ -46,6 +26,8 @@ Major enhancements planned include:
reservations (e.g. specific different core count for each node).</li>
reservations (e.g. specific different core count for each node).</li>
<li>Finer-grained BlueGene resouce management (partitions/queues and advanced
<li>Finer-grained BlueGene resouce management (partitions/queues and advanced
reservations containing less than a whole midplane).</li>
reservations containing less than a whole midplane).</li>
<li><a href="http://en.wikipedia.org/wiki/MapReduce">MapReduce+</a> support
(launches ~1000x faster, runs ~10x faster).</li>
</ul>
</ul>
<h2><a name="27">Major Updates in SLURM Version 2.7 and beyond</a></h2>
<h2><a name="27">Major Updates in SLURM Version 2.7 and beyond</a></h2>
...
@@ -92,6 +74,6 @@ trojan library, then that library will be used by the SLURM daemon with
...
@@ -92,6 +74,6 @@ trojan library, then that library will be used by the SLURM daemon with
unpredictable results. This was fixed in SLURM version 2.1.14.</li>
unpredictable results. This was fixed in SLURM version 2.1.14.</li>
</ul>
</ul>
<p style="text-align:center;">Last modified
6 March
2013</p>
<p style="text-align:center;">Last modified
18 June
2013</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