1. 27 May, 2015 1 commit
    • Nicolas Joly's avatar
      Adjust time/date/cp commands in tests for portability · 94bc95b1
      Nicolas Joly authored
      These changes are required to support NetBSD.
      1) Use standard -p option for time command in test17.35 instead of
      GNU specific format string to fetch the elapsed (real) time.
      
      2) Adjust date command calls in test22.1 to use short option
      (--date -> -d), and move options before arguments. NetBSD,
      unlike Linux, disallow non standard order.
      
      3) Use standard -R option instead of -r for cp command in test30.1.
      94bc95b1
  2. 26 May, 2015 5 commits
  3. 23 May, 2015 2 commits
  4. 22 May, 2015 2 commits
  5. 21 May, 2015 2 commits
  6. 20 May, 2015 3 commits
  7. 19 May, 2015 1 commit
  8. 18 May, 2015 2 commits
  9. 16 May, 2015 1 commit
  10. 15 May, 2015 3 commits
  11. 14 May, 2015 7 commits
  12. 13 May, 2015 6 commits
  13. 12 May, 2015 3 commits
  14. 11 May, 2015 2 commits
    • Morris Jette's avatar
      Explain job option of --mem=0 means all memory · c0d6edc9
      Morris Jette authored
      This is a special case. This change documents the way Slurm has
      always worked.
      c0d6edc9
    • Morris Jette's avatar
      Purge old step data on job requeue · beecc7b0
      Morris Jette authored
      Make sure that old step data is purged when a job is requeued.
      Without this logic, if a job terminates abnormally then old step
      data may be left in slurmctld. If the job is then requeued and
      started on a different node, referencing that old job step data
      can result in abnormal events. One specific failure mode is if
      the job is requeued on a node with a different number of cores,
      and the step terminated RPC arrives later, the job and step
      bitmaps of allocated cores can differ in size generating an
      abort.
      bug 1660
      beecc7b0