1. 01 Oct, 2013 2 commits
    • Morris Jette's avatar
      Convert bitmap functions to use int32_t instead of int · 48e28e61
      Morris Jette authored
      Convert bitmap functions to use int32_t instead of int in data structures
      and function arguments. This is to reliably enable use of bitmaps containing
      up to 4 billion elements. Several data structures containing index values
      were also changed from data type int to int32_t:
      - Struct job_info / slurm_job_info_t: Changed exc_node_inx, node_inx, and
        req_node_inx from type int to type int32_t
      - job_step_info_t: Changed node_inx from type int to type int32_t
      - Struct partition_info / partition_info_t: Changed node_inx from type int
        to type int32_t
      - block_job_info_t: Changed cnode_inx from type int to type int32_t
      - block_info_t: Changed ionode_inx and mp_inx from type int to type int32_t
      - Struct reserve_info / reserve_info_t: Changed node_inx from type int to
        type int32_t
      48e28e61
    • Morris Jette's avatar
      c92ea9dd
  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 3 commits
  12. 10 Sep, 2013 3 commits
  13. 09 Sep, 2013 2 commits
  14. 06 Sep, 2013 2 commits
  15. 04 Sep, 2013 2 commits
  16. 30 Aug, 2013 1 commit
  17. 29 Aug, 2013 2 commits