1. 31 Oct, 2011 2 commits
  2. 28 Oct, 2011 5 commits
  3. 27 Oct, 2011 3 commits
  4. 25 Oct, 2011 1 commit
  5. 24 Oct, 2011 4 commits
  6. 21 Oct, 2011 1 commit
  7. 20 Oct, 2011 5 commits
  8. 19 Oct, 2011 8 commits
  9. 18 Oct, 2011 8 commits
  10. 17 Oct, 2011 1 commit
    • Mark A. Grondona's avatar
      Allow appending version information to SLURM_RELEASE · 7083b265
      Mark A. Grondona authored
      For a long time configure has modified the SLURM Release number
      as set in META by stripping off everything before the last '.'
      when building the SLURM_VERSION_STRING. This was done so that a
      release number of 0.pre1 would become just 'pre1' in the version
      string printed by SLURM commands. (e.g. slurm-2.3.0-0.pre1 becomes
      slurm-2.3.0-pre1 in sinfo --version).
      
      In attempting to create a new version 2.3.0-2.x of SLURM (branched
      from 2.3.0-2), it was found that this method is overzealous, and
      results in a version string of just "2.3.0-1" instead of the expected
      "2.3.0-2.1". Since the intent of the sed command is only to remove
      '0.' from prereleases, this patch makes that explicit, so that
      non-prerelease versions branched of tagged SLURM releases keep the
      original Release number in the version string.
      7083b265
  11. 14 Oct, 2011 1 commit
    • Morris Jette's avatar
      Cray srun.pl parsing fix · b94d8de1
      Morris Jette authored
      Cray - Fix for srun.pl parsing to avoid adding spaces between option and
      argument (e.g. "-N2" parsed properly without changing to "-N 2").
      b94d8de1
  12. 13 Oct, 2011 1 commit
    • Matthieu Hautreux's avatar
      task/cgroup: correct a regression in cpuset management · 70c26991
      Matthieu Hautreux authored
      The addition of the default slurm cg with the cpuset subsystem was
      incomplete preventing from having a working solution. The contents
      of cpuset.cpus and cpuset.mems were not replicated from the parent
      resulting in "No space left on device" errors when trying to add
      tasks to the step cg.
      70c26991