1. 22 Mar, 2019 1 commit
  2. 21 Mar, 2019 7 commits
  3. 20 Mar, 2019 14 commits
  4. 19 Mar, 2019 5 commits
  5. 18 Mar, 2019 11 commits
  6. 17 Mar, 2019 1 commit
  7. 16 Mar, 2019 1 commit
    • Tim Wickberg's avatar
      Clean up handling of various memory options. · 50353e89
      Tim Wickberg authored
      Change mem_per_cpu / mem_per_gpu / pn_min_memory / pn_min_tmp_disk
      to uint64_t in slurm_opt_t, and use NO_VAL64 as the sentinel value
      throughout.
      
      Rework str_to_mbytes2() to return a uint64_t, and NO_VAL64 as an invalid
      value instead of -1.
      50353e89