1. 06 Jan, 2016 1 commit
    • Danny Auble's avatar
      If a job is submitted only with -c option and numcpus is updated before · fa331e30
      Danny Auble authored
      the job starts update the cpus_per_task appropriately.
      
      This also moves update num_tasks to after the setting of node counts on
      an update.  It didn't appear to matter, but the cpus_per_task and
      pn_min_cpus had to be figured out after the cpus and nodes were set but
      before tasks.
      
      Bug 2302
      fa331e30
  2. 05 Jan, 2016 5 commits
  3. 04 Jan, 2016 4 commits
  4. 02 Jan, 2016 1 commit
  5. 31 Dec, 2015 3 commits
  6. 30 Dec, 2015 4 commits
  7. 29 Dec, 2015 6 commits
  8. 28 Dec, 2015 3 commits
  9. 24 Dec, 2015 1 commit
  10. 23 Dec, 2015 6 commits
  11. 22 Dec, 2015 1 commit
  12. 21 Dec, 2015 4 commits
  13. 19 Dec, 2015 1 commit
    • John Hensley's avatar
      Let sbatch process long lines. · 0db71fe4
      John Hensley authored
      Remove the 1024-character limit on lines in batch scripts, which was
      causing long lines to be silently truncated. I noticed it when jobs were
      getting created with fewer dependencies than specified.
      
      Also increase the line length when showing job info.
      0db71fe4