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
2fabb10e
Commit
2fabb10e
authored
6 years ago
by
Tim Wickberg
Browse files
Options
Downloads
Plain Diff
Merge branch 'slurm-18.08'
parents
9f93cbed
7509c7a1
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
NEWS
+11
-0
11 additions, 0 deletions
NEWS
contribs/perlapi/libslurm/perl/slurm-perl.h
+1
-1
1 addition, 1 deletion
contribs/perlapi/libslurm/perl/slurm-perl.h
with
12 additions
and
1 deletion
NEWS
+
11
−
0
View file @
2fabb10e
...
@@ -74,6 +74,13 @@ documents those changes that are of interest to users and administrators.
...
@@ -74,6 +74,13 @@ documents those changes that are of interest to users and administrators.
-- Make it so we set the alloc_node in a resource allocation based on the auth
-- Make it so we set the alloc_node in a resource allocation based on the auth
plugin instead of the rpc call.
plugin instead of the rpc call.
* Changes in Slurm 18.08.6
==========================
* Changes in Slurm 18.08.5-2
============================
-- Fix Perl build for 32-bit systems.
* Changes in Slurm 18.08.5
* Changes in Slurm 18.08.5
==========================
==========================
-- Backfill - If a job has a time_limit guess the end time of a job better
-- Backfill - If a job has a time_limit guess the end time of a job better
...
@@ -605,6 +612,10 @@ documents those changes that are of interest to users and administrators.
...
@@ -605,6 +612,10 @@ documents those changes that are of interest to users and administrators.
* Changes in Slurm 17.11.14
* Changes in Slurm 17.11.14
===========================
===========================
* Changes in Slurm 17.11.13-2
=============================
-- Fix Perl build for 32-bit systems.
* Changes in Slurm 17.11.13
* Changes in Slurm 17.11.13
===========================
===========================
-- Add mitigation for a potential heap overflow on 32-bit systems in xmalloc.
-- Add mitigation for a potential heap overflow on 32-bit systems in xmalloc.
...
...
This diff is collapsed.
Click to expand it.
contribs/perlapi/libslurm/perl/slurm-perl.h
+
1
−
1
View file @
2fabb10e
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
#endif
#endif
extern
void
slurm_xfree
(
void
**
,
const
char
*
,
int
,
const
char
*
);
extern
void
slurm_xfree
(
void
**
,
const
char
*
,
int
,
const
char
*
);
extern
void
*
slurm_xmalloc
(
size
_t
,
bool
,
const
char
*
,
int
,
const
char
*
);
extern
void
*
slurm_xmalloc
(
uint64
_t
,
bool
,
const
char
*
,
int
,
const
char
*
);
extern
void
slurm_api_clear_config
(
void
);
extern
void
slurm_api_clear_config
(
void
);
...
...
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