Skip to content
Snippets Groups Projects
  1. Aug 23, 2017
  2. Aug 22, 2017
  3. Aug 21, 2017
    • Alejandro Sanchez's avatar
      jobcomp/filetxt/elasticsearch - fix [derived]/exit_code fields storage · 9c720d8f
      Alejandro Sanchez authored
      The exit status value for these two fields was incorrectly saved as-is.  The
      patch makes use of the appropiate macros to properly decode the low-order
      8 bits of the exit status and the signal number (if any).
      
      bug 3942
      9c720d8f
    • Alejandro Sanchez's avatar
      select/cons_res - fix bug with Dragonfly and --switches count timeout · 46c0919d
      Alejandro Sanchez authored
      Given a configuration with TopologyParam including Dragonfly option, if a
      job requested --switches count, the count timeout specified by either
      the job request or max_switch_wait SchedulerParameters was not respected.
      This was due to leaf_switch_count variable not being incremented in
      _eval_nodes_dfly() function when needed, as we do in _eval_nodes_topo(),
      the later being a execution path which already succeed to wait for the
      switch count timeout.
      
      Bug 4056
      46c0919d
  4. Aug 18, 2017
  5. Aug 17, 2017
  6. Aug 16, 2017
  7. Aug 15, 2017
  8. Aug 14, 2017
  9. Aug 11, 2017
  10. Aug 10, 2017
  11. Aug 09, 2017
    • Morris Jette's avatar
      Send task_offset to slurmd · ffe2c5dc
      Morris Jette authored
      This is needed to run a single MPI_COMM_WORLD spread across multiple
        job allocations. The work is incomplete, but well underway in this
        commit (much of the code in place, test suite runs sucessfully).
      ffe2c5dc
  12. Aug 08, 2017
Loading