1. 04 Jun, 2018 7 commits
    • Tim Wickberg's avatar
      Cleanup send_nodes_to_accounting(). · a0115a40
      Tim Wickberg authored
      Continue removing select_g_alter_node_cnt() calls.
      
      The err_cpus return return for:
      select_g_select_nodeinfo_get(node_ptr->select_nodeinfo,
                                   SELECT_NODEDATA_SUBCNT,
                                   NODE_STATE_ERROR, &err_cpus);
      is always zero for non-select/bluegene plugins, so this whole
      function can be drastically simplified.
      
      Move the node_ptr->name check up front. Invert the remaining logic,
      which makes it clear any nodes in DRAIL/FAIL/DOWN are what will
      trigger the clusteracct_storage_g_node_down call.
      a0115a40
    • Tim Wickberg's avatar
      Start removing select_p_alter_node_cnt() from node_mgr.c · 9e27a74c
      Tim Wickberg authored
      SELECT_GET_NODE_SCALING is always 1 for non-select/bluegene
      plugins. Pack it directly. On a future RPC layer this should be
      removed once the client commands have been updated as well.
      9e27a74c
    • Tim Wickberg's avatar
      Remove select_g_alter_node_cnt() from partition_mgr.c. · aa59bb1f
      Tim Wickberg authored
      SELECT_APPLY_NODE_MAX_OFFSET is a no-op on non-bluegene
      plugins, so we can now just pack total_nodes directly.
      
      Similarly, update_part does not need to translate a
      min node count into a midplane count anymore.
      aa59bb1f
    • Tim Wickberg's avatar
      Remove select_g_alter_node_cnt() calls from reservation.c. · 50770356
      Tim Wickberg authored
      Just strip out all HAVE_BG code here to remove the
      select_g_alter_node_cnt() calls buried within.
      50770356
    • Tim Wickberg's avatar
      Remove select_p_alter_node_cnt() from srun. · e7b8d700
      Tim Wickberg authored
      select_p_alter_node_cnt() is a no-op here for
      every non-bluegene select plugin.
      e7b8d700
    • Tim Wickberg's avatar
      Remove BG code from clusteracct_storage_g_node_up(). · 30b5ee6b
      Tim Wickberg authored
      This is always zero on non-bluegene select plugins:
      select_g_select_nodeinfo_get(node_ptr->select_nodeinfo,
                                   SELECT_NODEDATA_SUBCNT,
                                   NODE_STATE_ERROR,
                                   &err_cpus);
      
      So all of this code can be collapsed down to three lines.
      30b5ee6b
    • Tim Wickberg's avatar
      Remove select_p_alter_node_cnt from select plugins. · ecc8397b
      Tim Wickberg authored
      Only used by select/bluegene, which is being removed.
      
      Still need to remove all calling paths into select_g_alter_node_cnt,
      so leave stubbed out for now.
      ecc8397b
  2. 02 Jun, 2018 3 commits
  3. 01 Jun, 2018 2 commits
  4. 31 May, 2018 9 commits
  5. 30 May, 2018 19 commits