Skip to content
Snippets Groups Projects
  1. Oct 26, 2010
  2. Oct 25, 2010
  3. Oct 22, 2010
  4. Oct 21, 2010
  5. Oct 20, 2010
  6. Oct 19, 2010
  7. Oct 18, 2010
    • Don Lipari's avatar
      26414b3a
    • Danny Auble's avatar
    • Moe Jette's avatar
      10_Cray_select-cray-reorder-file.diff patch from Geritt: · eb81aaae
      Moe Jette authored
      select/cray: remove forward declarations
      
      This removes forward declarations by reordering the function definitions.
      eb81aaae
    • Moe Jette's avatar
      09_job_info_alloc_void.diff patch from Geritt: · 2a04e555
      Moe Jette authored
      select: make argument of select_p_select_jobinfo_alloc() consistent
      
      This explicitly declares the argument list of select_p_select_jobinfo_alloc()
      to be 'void', to avoid misinterpreting it as an old-style definition:
       * node_select.h already defines select_g_select_jobinfo_alloc(void);
       * the cons_res variant erroneously specified 'select_jobinfo_t *jobinfo';
       * explicit argument list makes bug tracking easier.
      2a04e555
    • Moe Jette's avatar
      Patch based upon 08:node-select-ops-typedef.diff patch from Geritt. · bdc1d859
      Moe Jette authored
      There were quite a few changes due to slurm changes from pre11 to pre12
      and i also removed some void** function arguments.
      
      select/cray: share the select_ops symbol table
      
      This removes code duplication from the select/cray plugin, by 
       * sharing the (almost completely identical) declaration of the select_opts struct;
       * and also the slurm_select_context_t struct;
       * moving typedefs from .c into .h;
       * adjusting header-includes and renaming as required.
      
      Further changes:
       * added the missing 'plugin_id' to the symbol list in other_select.c (otherwise
         the symbols would be shifted, causing segfault);
       * __select_jobinfo_t_defined is already set in slurm.h(.in), hence no longer
         repeated in node_select.h;
       * removed unused forward declarations to destroy the context.
      bdc1d859
  8. Oct 17, 2010
  9. Oct 15, 2010
Loading