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
909a96ed
Commit
909a96ed
authored
15 years ago
by
Danny Auble
Browse files
Options
Downloads
Patches
Plain Diff
added a couple of features to release notes
parent
397ea941
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
+7
-0
7 additions, 0 deletions
RELEASE_NOTES
RELEASE_NOTES_LLNL
+10
-1
10 additions, 1 deletion
RELEASE_NOTES_LLNL
with
17 additions
and
1 deletion
RELEASE_NOTES
+
7
−
0
View file @
909a96ed
...
...
@@ -39,6 +39,13 @@ HIGHLIGHTS
distributed separately has been moved within the main SLURM distribution
and is packaged as a separate RPM.
* Support has been added for OpenSolaris.
* Added environment variable support to sattach, salloc, sbatch and srun
to permit user control over exit codes so application exit codes can be
distiguished from those generated by SLURM. SLURM_EXIT_ERROR specifies the
exit code when a SLURM error occurs. SLURM_EXIT_IMMEDIATE specifies the
exit code when the --immediate option is specified and resources are not
available. Any other non-zero exit code would be that of the application
run by SLURM.
CONFIGURATION FILE CHANGES (see "man slurm.conf" for details)
...
...
This diff is collapsed.
Click to expand it.
RELEASE_NOTES_LLNL
+
10
−
1
View file @
909a96ed
...
...
@@ -11,6 +11,8 @@ For system administrators:
and is packaged as a separate RPM.
* Added command "sacctmgr show problems" to display problems in the accounting
database (e.g. accounts with no users, users with no UID, etc.).
* Completely disable logging of sched/wiki and sched/wiki2 (Maui & Moab)
message traffic unless DebugFlag=Wiki is configured.
Mostly for users:
* Added -"-signal=<int>@<time>" option to salloc, sbatch and srun commands to
...
...
@@ -19,7 +21,14 @@ Mostly for users:
allocation informaton on a node-by-node basis.
* Add new job wait reason, ReqNodeNotAvail: Required node is not available
(down or drained).
* Added environment variable support to sattach, salloc, sbatch and srun
to permit user control over exit codes so application exit codes can be
distiguished from those generated by SLURM. SLURM_EXIT_ERROR specifies the
exit code when a SLURM error occurs. SLURM_EXIT_IMMEDIATE specifies the
exit code when the --immediate option is specified and resources are not
available. Any other non-zero exit code would be that of the application
run by SLURM.
SLURM state files in version 2.1 are different from those of version 2.1.
After installing SLURM version 2.1, plan to restart without preserving
jobs or other state information. While SLURM version 2.0 is still running,
...
...
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