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
f0ccbb03
Commit
f0ccbb03
authored
7 years ago
by
Morris Jette
Browse files
Options
Downloads
Plain Diff
Merge branch 'slurm-17.02' into slurm-17.11
parents
5c8973dd
32c93fce
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
+3
-1
3 additions, 1 deletion
NEWS
src/plugins/node_features/knl_cray/node_features_knl_cray.c
+2
-0
2 additions, 0 deletions
src/plugins/node_features/knl_cray/node_features_knl_cray.c
with
5 additions
and
1 deletion
NEWS
+
3
−
1
View file @
f0ccbb03
...
@@ -545,7 +545,9 @@ documents those changes that are of interest to users and administrators.
...
@@ -545,7 +545,9 @@ documents those changes that are of interest to users and administrators.
-- MYSQL - Add dynamic_offset in the database to force range for auto
-- MYSQL - Add dynamic_offset in the database to force range for auto
increment ids for the tres_table.
increment ids for the tres_table.
-- Avoid setting node in COMPLETING state indefinitely if the job initiating
-- Avoid setting node in COMPLETING state indefinitely if the job initiating
the node reboot is cancelled while the reboot in in progress.
the node reboot is cancelled while the reboot in in progress.
-- node_feature/knl_cray - Fix memory leaks that occur when slurmctld
reconfigured.
* Changes in Slurm 17.02.9
* Changes in Slurm 17.02.9
==========================
==========================
...
...
This diff is collapsed.
Click to expand it.
src/plugins/node_features/knl_cray/node_features_knl_cray.c
+
2
−
0
View file @
f0ccbb03
...
@@ -1680,12 +1680,14 @@ extern int init(void)
...
@@ -1680,12 +1680,14 @@ extern int init(void)
xfree
(
capmc_path
);
xfree
(
capmc_path
);
capmc_poll_freq
=
45
;
capmc_poll_freq
=
45
;
capmc_timeout
=
DEFAULT_CAPMC_TIMEOUT
;
capmc_timeout
=
DEFAULT_CAPMC_TIMEOUT
;
xfree
(
cnselect_path
);
debug_flag
=
false
;
debug_flag
=
false
;
default_mcdram
=
KNL_CACHE
;
default_mcdram
=
KNL_CACHE
;
default_numa
=
KNL_ALL2ALL
;
default_numa
=
KNL_ALL2ALL
;
for
(
i
=
0
;
i
<
KNL_MCDRAM_CNT
;
i
++
)
for
(
i
=
0
;
i
<
KNL_MCDRAM_CNT
;
i
++
)
mcdram_pct
[
i
]
=
-
1
;
mcdram_pct
[
i
]
=
-
1
;
mcdram_set
=
0
;
mcdram_set
=
0
;
xfree
(
syscfg_path
);
knl_conf_file
=
get_extra_conf_path
(
"knl_cray.conf"
);
knl_conf_file
=
get_extra_conf_path
(
"knl_cray.conf"
);
if
((
stat
(
knl_conf_file
,
&
stat_buf
)
==
0
)
&&
if
((
stat
(
knl_conf_file
,
&
stat_buf
)
==
0
)
&&
...
...
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