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
7bbf0201
Commit
7bbf0201
authored
18 years ago
by
Danny Auble
Browse files
Options
Downloads
Patches
Plain Diff
remove old comments
parent
69deea80
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/bluegene.c
+0
-28
0 additions, 28 deletions
src/plugins/select/bluegene/plugin/bluegene.c
with
0 additions
and
28 deletions
src/plugins/select/bluegene/plugin/bluegene.c
+
0
−
28
View file @
7bbf0201
...
...
@@ -963,34 +963,6 @@ extern int create_defined_blocks(bg_layout_t overlapped)
sort_bg_record_inc_size
(
bg_list
);
/* #ifndef HAVE_BG_FILES */
/* char tmp_char[256]; */
/* static int block_inx = 0; */
/* if(bg_list) { */
/* slurm_mutex_lock(&block_state_mutex); */
/* itr = list_iterator_create(bg_list); */
/* while ((bg_record = (bg_record_t*) list_next(itr))) { */
/* if (bg_record->bg_block_id) */
/* continue; */
/* bg_record->bg_block_id = xmalloc(sizeof(char)*8); */
/* snprintf(bg_record->bg_block_id, 8, "RMP%d", */
/* block_inx++); */
/* format_node_name(bg_record, tmp_char); */
/* info("Record: BlockID:%s Nodes:%s Conn:%s", */
/* bg_record->bg_block_id, tmp_char, */
/* convert_conn_type(bg_record->conn_type)); */
/* } */
/* list_iterator_destroy(itr); */
/* slurm_mutex_unlock(&block_state_mutex); */
/* } else { */
/* error("create_defined_blocks: no bg_list 4"); */
/* return SLURM_ERROR; */
/* } */
/* #endif /\* not have HAVE_BG_FILES *\/ */
#ifdef _PRINT_BLOCKS_AND_EXIT
if
(
bg_list
)
{
itr
=
list_iterator_create
(
bg_list
);
...
...
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