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
b8e3396f
Commit
b8e3396f
authored
10 years ago
by
Danny Auble
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/slurm-14.03'
parents
1f0c210f
bce0c889
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
+2
-0
2 additions, 0 deletions
NEWS
src/common/slurm_resource_info.c
+2
-0
2 additions, 0 deletions
src/common/slurm_resource_info.c
with
4 additions
and
0 deletions
NEWS
+
2
−
0
View file @
b8e3396f
...
...
@@ -231,6 +231,8 @@ documents those changes that are of interest to users and administrators.
-- Change the global eio_shutdown_time to a field in eio handle.
-- Advanced reservation fixes for heterogeneous systems, especially when
reserving cores.
-- If --hint=nomultithread is used in a job allocation make sure any srun's
ran inside the allocation can read the environment correctly.
* Changes in Slurm 14.03.7
==========================
...
...
This diff is collapsed.
Click to expand it.
src/common/slurm_resource_info.c
+
2
−
0
View file @
b8e3396f
...
...
@@ -303,6 +303,8 @@ int slurm_verify_cpu_bind(const char *arg, char **cpu_bind,
}
else
if
((
strcasecmp
(
tok
,
"v"
)
==
0
)
||
(
strcasecmp
(
tok
,
"verbose"
)
==
0
))
{
*
flags
|=
CPU_BIND_VERBOSE
;
}
else
if
((
strcasecmp
(
tok
,
"one_thread"
)
==
0
))
{
*
flags
|=
CPU_BIND_ONE_THREAD_PER_CORE
;
}
else
if
((
strcasecmp
(
tok
,
"no"
)
==
0
)
||
(
strcasecmp
(
tok
,
"none"
)
==
0
))
{
_clear_then_set
((
int
*
)
flags
,
bind_bits
,
CPU_BIND_NONE
);
...
...
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