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
4c93adbb
Commit
4c93adbb
authored
8 years ago
by
Brian Christiansen
Browse files
Options
Downloads
Patches
Plain Diff
Update RELEASE NOTES
parent
f80ce096
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
RELEASE_NOTES
+17
-6
17 additions, 6 deletions
RELEASE_NOTES
with
17 additions
and
6 deletions
RELEASE_NOTES
+
17
−
6
View file @
4c93adbb
...
@@ -2,9 +2,9 @@ RELEASE NOTES FOR SLURM VERSION 17.02
...
@@ -2,9 +2,9 @@ RELEASE NOTES FOR SLURM VERSION 17.02
13 July 2016
13 July 2016
IMPORTANT NOTES:
IMPORTANT NOTES:
ANY JOBS WITH A
JOB
ID
ABOVE
67,108,863
WILL BE PURGED WHEN SLURM IS
THE MAX
JOBID
IS NOW
67,108,863
. ANY PRE-EXISTING JOBS WILL CONTINUE TO RUN BUT
UPGRADED FROM AN OLDER VERSION! Reduce your configured MaxJobID value as need
ed
NEW JOB IDS WILL BE WITHIN THE NEW MAXJOBID RANGE. Adjust your configur
ed
prior to upgrading in or
de
r
to eliminate
these jobs
.
MaxJobID value as nee
de
d
to eliminate
any confusion
.
If using the slurmdbd (Slurm DataBase Daemon) you must update this first.
If using the slurmdbd (Slurm DataBase Daemon) you must update this first.
The 17.02 slurmdbd will work with Slurm daemons of version 15.08 and above.
The 17.02 slurmdbd will work with Slurm daemons of version 15.08 and above.
...
@@ -46,10 +46,10 @@ CONFIGURATION FILE CHANGES (see man appropriate man page for details)
...
@@ -46,10 +46,10 @@ CONFIGURATION FILE CHANGES (see man appropriate man page for details)
COMMAND CHANGES (see man pages for details)
COMMAND CHANGES (see man pages for details)
===========================================
===========================================
Add commands to sacctmgr for managing and displaying federations.
OTHER CHANGES
OTHER CHANGES
=============
=============
-- Added new #define: #define MAX_JOB_ID (0x03FFFFFF)
API CHANGES
API CHANGES
===========
===========
...
@@ -59,20 +59,31 @@ Changed members of the following structs
...
@@ -59,20 +59,31 @@ Changed members of the following structs
Added members to the following struct definitions
Added members to the following struct definitions
=================================================
=================================================
In slurmdb_cluster_cond_t: Added List federation_list
In slurmdb_cluster_rec_t: Added fed, lock, sockfd
In struct job_record: Added fed_details
Added the following struct definitions
Added the following struct definitions
======================================
======================================
Added fed_elem_t to store federation information on slurmdb_cluster_rec_t.
Added slurmdb_federation_cond_t for selecting federations from db.
Added slurmdb_federation_rec_t to represent federation objects.
Added job_fed_details_t for storing federated job information.
Removed members from the following struct definitions
Removed members from the following struct definitions
=====================================================
=====================================================
Changed the following enums and #defines
Changed the following enums and #defines
========================================
========================================
-- Changed DEFAULT_MAX_JOB_ID from 0x7fff0000 to 0x03ff0000.
Added MAX_JOB_ID (0x03FFFFFF)
Added DEBUG_FLAG_FEDR flag for federation debugging.
Added cluster_fed_states enum and defines for federation states.
Changed DEFAULT_MAX_JOB_ID from 0x7fff0000 to 0x03ff0000.
Added the following API's
Added the following API's
=========================
=========================
Added slurm_load_federation() to retrieve federation info from cluster.
Added slurm_print_federation() to print federation info retrieved from cluster.
Changed the following API's
Changed the following API's
============================
============================
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