1. 02 Oct, 2013 3 commits
  2. 01 Oct, 2013 5 commits
  3. 30 Sep, 2013 3 commits
  4. 27 Sep, 2013 4 commits
  5. 25 Sep, 2013 1 commit
  6. 24 Sep, 2013 4 commits
  7. 23 Sep, 2013 2 commits
  8. 17 Sep, 2013 2 commits
  9. 14 Sep, 2013 2 commits
  10. 13 Sep, 2013 4 commits
  11. 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
  12. 11 Sep, 2013 2 commits
  13. 10 Sep, 2013 3 commits
  14. 09 Sep, 2013 2 commits
  15. 06 Sep, 2013 1 commit
  16. 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