1. 18 Jul, 2012 5 commits
    • Morris Jette's avatar
      select/cons_res: fix bug in exclusive node allocation · de745d44
      Morris Jette authored
      This corrects a bug introduced in commit 952401ec
      The NODE_CR_RESV value is being stored in a job as an 8-bit variable, so we
      can not use a value of 10000 for an exclusive node allocation. It's value was
      reduced to 250, which will be the maximum number of jobs that can be run on any
      node. Problem demonstrated by "salloc -N1 --exclusive" allocating the job only
      one CPU on the node rather than all CPUs on the node.
      de745d44
    • Morris Jette's avatar
      select/cons_res: add some more logging · 17b5bd18
      Morris Jette authored
      17b5bd18
    • Morris Jette's avatar
      Merge pull request #20 from alejluther/master · aa34e710
      Morris Jette authored
      Fixing problems with core based reservations and jobs using exclusive flag
      aa34e710
    • alejluther's avatar
      Fixing a problem with core based reservations and a job using · aa0122ab
      alejluther authored
      'exclusive' flag
      aa0122ab
    • alejluther's avatar
      Merge branch 'master' of https://github.com/SchedMD/slurm · c5f6ee98
      alejluther authored
      Conflicts:
      	src/api/reservation_info.c
      	src/common/node_select.c
      	src/common/node_select.h
      	src/plugins/sched/backfill/backfill.c
      	src/plugins/sched/builtin/builtin.c
      	src/plugins/sched/wiki2/job_will_run.c
      	src/plugins/select/bluegene/select_bluegene.c
      	src/plugins/select/cons_res/dist_tasks.c
      	src/plugins/select/cons_res/job_test.c
      	src/plugins/select/cons_res/select_cons_res.c
      	src/plugins/select/cray/other_select.c
      	src/plugins/select/cray/other_select.h
      	src/plugins/select/cray/select_cray.c
      	src/plugins/select/linear/select_linear.c
      	src/scontrol/create_res.c
      	src/slurmctld/job_scheduler.c
      	src/slurmctld/node_scheduler.c
      	src/slurmctld/reservation.c
      	src/slurmctld/reservation.h
      	src/slurmctld/slurmctld.h
      c5f6ee98
  2. 17 Jul, 2012 16 commits
  3. 16 Jul, 2012 7 commits
  4. 13 Jul, 2012 12 commits