1. 08 Mar, 2013 2 commits
    • jette's avatar
      GRES topology bug in core selection logic fixed. · a59ba9bc
      jette authored
      This problem would effect systems in which specific GRES are associated
      with specific CPUs.
      One possible result is the CPUs identified as usable could be inappropriate
      and job would be held when trying to layout out the tasks on CPUs (all
      done as part of the job allocation process).
      The other problem is that if multiple GRES are linked to specific CPUs,
      there was a CPU bitmap OR which should have been an AND, resulting in
      some CPUs being identified as usable, but not available to all GRES.
      a59ba9bc
    • Stephen Trofinoff's avatar
  2. 06 Mar, 2013 2 commits
  3. 04 Mar, 2013 4 commits
  4. 01 Mar, 2013 1 commit
  5. 28 Feb, 2013 1 commit
  6. 27 Feb, 2013 2 commits
  7. 26 Feb, 2013 3 commits
  8. 25 Feb, 2013 1 commit
  9. 22 Feb, 2013 3 commits
  10. 21 Feb, 2013 2 commits
  11. 20 Feb, 2013 1 commit
  12. 19 Feb, 2013 2 commits
  13. 15 Feb, 2013 1 commit
  14. 13 Feb, 2013 2 commits
  15. 12 Feb, 2013 6 commits
  16. 11 Feb, 2013 2 commits
    • Morris Jette's avatar
      Various updates for new slurmctld/dynalloc plugin · 463d2388
      Morris Jette authored
      1. Removed the job_submit and job_modify functions from the plugin, they are not required for the "slurmctld" plugin type
      2. Renamed the new parameter from "JobSubmitDynAllocPort" to "DynAllocPort" and renamed the variable (You need to change this in your slurm.conf file)
      3. Added logic so you can see the DynAllocPort value using "scontrol show config" or "sview"
      4. I made some minor formatting changes, mostly for lines that were too long
      5. Added #ifdef to the msg.h header file
      6. Changed the #ifdef variables in the header files to start with "DYNALLOC_", perhaps not needed, but it should safer, especiallly with some common names like "INFO_H"
      7. I re-wrote much of info.c. There was no need to get a copy of the node information and process the copy. We can just work directly with the data structures.
      463d2388
    • Jimmy Cao's avatar
      Added slurmctld/dynalloc plugin, JobSubmitDynAllocPort config parameter · 835b902b
      Jimmy Cao authored
      These provide support for MapReduce+
      835b902b
  17. 08 Feb, 2013 2 commits
  18. 07 Feb, 2013 2 commits
  19. 06 Feb, 2013 1 commit