1. 25 Mar, 2014 1 commit
  2. 24 Mar, 2014 1 commit
    • Morris Jette's avatar
      job array dependency recovery fix · fca71890
      Morris Jette authored
      When slurmctld restarted, it would not recover dependencies on
      job array elements and would just discard the depenency. This
      corrects the parsing problem to recover the dependency. The old code
      would print a mesage like this and discard it:
      slurmctld: error: Invalid dependencies discarded for job 51: afterany:47_*
      fca71890
  3. 21 Mar, 2014 1 commit
    • Danny Auble's avatar
      NRT - Fix issue with 1 node jobs. It turns out the network does need to · 440932df
      Danny Auble authored
      be setup for 1 node jobs.  Here are some of the reasons from IBM...
      
      1. PE expects it.
      2. For failover, if there was some challenge or difficulty with the
         shared-memory method of data transfer, the protocol stack might
         want to go through the adapter instead.
      3. For flexibility, the protocol stack might want to be able to transfer
         data using some variable combination of shared memory and adapter-based
         communication, and
      4. Possibly most important, for overall performance, it might be that
         bandwidth or efficiency (BW per CPU cycles) might be better using the
         adapter resources.  (An obvious case is for large messages, it might
         require a lot fewer CPU cycles to program the DMA engines on the
         adapter to move data between tasks, rather than depend on the CPU
         to move the data with loads and stores, or page re-mapping -- and
         a DMA engine might actually move the data more quickly, if it's well
         integrated with the memory system, as it is in the P775 case.)
      440932df
  4. 20 Mar, 2014 2 commits
  5. 19 Mar, 2014 2 commits
  6. 18 Mar, 2014 3 commits
  7. 17 Mar, 2014 1 commit
  8. 15 Mar, 2014 1 commit
    • Morris Jette's avatar
      Add support for Torque/PBS job arrays · 11968284
      Morris Jette authored
      Add support for job array options in the qsub command, in #PBS
      options for sbatch scripts and set the appropriate environment
      variables in the spank_pbs plugin (PBS_ARRAY_ID and PBS_ARRAY_INDEX).
      Note that Torque uses the "-t" option and PBS Pro uses the "-J"
      option.
      11968284
  9. 14 Mar, 2014 2 commits
  10. 11 Mar, 2014 2 commits
  11. 08 Mar, 2014 1 commit
  12. 07 Mar, 2014 5 commits
  13. 06 Mar, 2014 3 commits
  14. 04 Mar, 2014 4 commits
  15. 03 Mar, 2014 2 commits
  16. 02 Mar, 2014 1 commit
    • jette's avatar
      Add SchedulerParameters option bf_max_job_start · 1b0c4a33
      jette authored
      Add support for SchedulerParameters value of bf_max_job_start that limits
      the total number of jobs that can be started in a single iteration of the
      backfill scheduler.
      bug 607
      1b0c4a33
  17. 27 Feb, 2014 3 commits
  18. 26 Feb, 2014 2 commits
  19. 25 Feb, 2014 2 commits
  20. 21 Feb, 2014 1 commit