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
251c4004
Commit
251c4004
authored
12 years ago
by
Danny Auble
Browse files
Options
Downloads
Patches
Plain Diff
BLUEGENE - remove clause for only P systems
parent
5c7428f8
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/bg_job_place.c
+2
-4
2 additions, 4 deletions
src/plugins/select/bluegene/bg_job_place.c
with
2 additions
and
4 deletions
src/plugins/select/bluegene/bg_job_place.c
+
2
−
4
View file @
251c4004
...
@@ -551,7 +551,6 @@ static bg_record_t *_find_matching_block(List block_list,
...
@@ -551,7 +551,6 @@ static bg_record_t *_find_matching_block(List block_list,
if
((
request
->
conn_type
[
dim
]
if
((
request
->
conn_type
[
dim
]
!=
bg_record
->
conn_type
[
dim
])
!=
bg_record
->
conn_type
[
dim
])
&&
(
request
->
conn_type
[
dim
]
!=
SELECT_NAV
))
{
&&
(
request
->
conn_type
[
dim
]
!=
SELECT_NAV
))
{
#ifdef HAVE_BGP
if
(
request
->
conn_type
[
0
]
>=
SELECT_SMALL
)
{
if
(
request
->
conn_type
[
0
]
>=
SELECT_SMALL
)
{
/* we only want to reboot blocks if
/* we only want to reboot blocks if
they have to be so skip booted
they have to be so skip booted
...
@@ -574,7 +573,7 @@ static bg_record_t *_find_matching_block(List block_list,
...
@@ -574,7 +573,7 @@ static bg_record_t *_find_matching_block(List block_list,
*/
*/
goto
good_conn_type
;
goto
good_conn_type
;
}
}
#endif
if
(
bg_conf
->
slurm_debug_flags
if
(
bg_conf
->
slurm_debug_flags
&
DEBUG_FLAG_BG_PICK
)
{
&
DEBUG_FLAG_BG_PICK
)
{
char
*
req_conn_type
=
char
*
req_conn_type
=
...
@@ -598,9 +597,8 @@ static bg_record_t *_find_matching_block(List block_list,
...
@@ -598,9 +597,8 @@ static bg_record_t *_find_matching_block(List block_list,
if
(
dim
!=
conn_type_dims
)
if
(
dim
!=
conn_type_dims
)
continue
;
continue
;
#ifdef HAVE_BGP
good_conn_type:
good_conn_type:
#endif
/*****************************************/
/*****************************************/
/* match up geometry as "best" possible */
/* match up geometry as "best" possible */
/*****************************************/
/*****************************************/
...
...
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