1. 01 Oct, 2013 3 commits
  2. 30 Sep, 2013 3 commits
  3. 27 Sep, 2013 4 commits
  4. 25 Sep, 2013 1 commit
  5. 24 Sep, 2013 4 commits
  6. 23 Sep, 2013 2 commits
  7. 17 Sep, 2013 2 commits
  8. 14 Sep, 2013 2 commits
  9. 13 Sep, 2013 4 commits
  10. 12 Sep, 2013 1 commit
    • Morris Jette's avatar
      Add qsub support for some more options: · 454ee59b
      Morris Jette authored
      -l accelerator=true|false	(GPU use)
      -l mpiprocs=#	(processors per node)
      -l naccelerators=#	(GPU count)
      -l select=#		(node count)
      -l ncpus=#		(task count)
      -v key=value	(environment variable)
      -W umask=#		(set job's umask)
      Note: the -v option does NOT support quoted commas.
      454ee59b
  11. 11 Sep, 2013 2 commits
  12. 10 Sep, 2013 3 commits
  13. 09 Sep, 2013 2 commits
  14. 06 Sep, 2013 1 commit
  15. 04 Sep, 2013 1 commit
    • Morris Jette's avatar
      Improve GRES support for CPU topology · 6f50943c
      Morris Jette authored
      Previous logic would pick CPUs then
      reject jobs that can not match GRES to the allocated CPUs. New logic first
      filters out CPUs that can not use the GRES, next picks CPUs for the job,
      and finally picks the GRES that best match those CPUs.
      bug 410
      6f50943c
  16. 30 Aug, 2013 1 commit
  17. 29 Aug, 2013 3 commits
  18. 28 Aug, 2013 1 commit
    • Morris Jette's avatar
      Fix for invalid memory reference · caa69594
      Morris Jette authored
      due to multiple free calls caused by job arrays submitted to
      multiple partitions. The root cause is the job priority array
      of the original job being re-used by the subsequent job array
      entries. A similar problem that could be induced by the user
      specifying a job accounting frequency when submitting a job
      array is also fixed.
      bug 401
      caa69594