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
08f2163b
Commit
08f2163b
authored
16 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
just changes in comments for better clarity
parent
d0453c8f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/plugins/select/bluegene/plugin/select_bluegene.c
+4
-4
4 additions, 4 deletions
src/plugins/select/bluegene/plugin/select_bluegene.c
with
4 additions
and
4 deletions
src/plugins/select/bluegene/plugin/select_bluegene.c
+
4
−
4
View file @
08f2163b
...
@@ -1211,10 +1211,10 @@ extern int select_p_alter_node_cnt(enum select_node_cnt type, void *data)
...
@@ -1211,10 +1211,10 @@ extern int select_p_alter_node_cnt(enum select_node_cnt type, void *data)
/* See if min_nodes is greater than one base partition */
/* See if min_nodes is greater than one base partition */
if
(
job_desc
->
min_nodes
>
bluegene_bp_node_cnt
)
{
if
(
job_desc
->
min_nodes
>
bluegene_bp_node_cnt
)
{
/*
/*
if it is make sure it is a factor of
*
if it is make sure it is a factor of
bluegene_bp_node_cnt, if it isn't make it
*
bluegene_bp_node_cnt, if it isn't make it
that way
*
that way
*/
*/
tmp
=
job_desc
->
min_nodes
%
bluegene_bp_node_cnt
;
tmp
=
job_desc
->
min_nodes
%
bluegene_bp_node_cnt
;
if
(
tmp
>
0
)
if
(
tmp
>
0
)
job_desc
->
min_nodes
+=
job_desc
->
min_nodes
+=
...
...
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