From 96842bd17c0682a4613eabfad32c3312d47810c1 Mon Sep 17 00:00:00 2001 From: Danny Auble <da@schedmd.com> Date: Tue, 27 Dec 2011 16:36:25 -0800 Subject: [PATCH] BGQ - add documentation --- src/plugins/select/bluegene/bl_bgq/bridge_linker.cc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/plugins/select/bluegene/bl_bgq/bridge_linker.cc b/src/plugins/select/bluegene/bl_bgq/bridge_linker.cc index 8f3bd2a846f..22b82580055 100644 --- a/src/plugins/select/bluegene/bl_bgq/bridge_linker.cc +++ b/src/plugins/select/bluegene/bl_bgq/bridge_linker.cc @@ -1066,7 +1066,13 @@ extern int bridge_blocks_load_curr(List curr_block_list) bg_record = _translate_object_to_block(block_ptr); slurm_list_append(curr_block_list, bg_record); } + + /* modifying will be ceared later in the + _validate_config_blocks or _delete_old_blocks + functions in select_bluegene.c + */ bg_record->modifying = 1; + /* If we are in error we really just want to get the new state. */ -- GitLab