Skip to content
Snippets Groups Projects
  1. Sep 09, 2002
  2. Aug 16, 2002
  3. Aug 09, 2002
  4. Aug 02, 2002
  5. Jul 26, 2002
  6. Jul 23, 2002
  7. Jul 19, 2002
  8. Jul 17, 2002
  9. Jul 16, 2002
  10. Jul 12, 2002
  11. Jul 11, 2002
  12. Jul 05, 2002
  13. Jul 03, 2002
  14. Jun 28, 2002
  15. Jun 27, 2002
  16. Jun 26, 2002
  17. May 29, 2002
  18. May 23, 2002
  19. May 21, 2002
  20. May 20, 2002
    • Moe Jette's avatar
      changed job_id value from char* to uint16_t for performance reasons. · fa04708c
      Moe Jette authored
      also changed job_scheduler logic for performance. added partition
      pointer (in addition to name) in the job records (also for performance).
      the scheduler loop was getting bogged down otherwise with (very slow
      strcmp calls). execution time of scheduler now almost nil.
      fa04708c
  21. May 09, 2002
    • Moe Jette's avatar
      Added node bitmaps to job and partition tables (used for data dump · 16d2910f
      Moe Jette authored
      	to DPCS with table cross-indecies).
      Changed bit_fmt from bit-oriented function to word-oriented for
      	dramatic performance improvement, especially with sparce
      	bitmap.
      Added function bitfmt2int to bits_bytes.c, builds integer array
      	from output of bit_fmt for use by DPCS table scans.
      16d2910f
  22. May 08, 2002
  23. May 07, 2002
    • Moe Jette's avatar
      Created README, basic build information. · 090ae9ab
      Moe Jette authored
      Modified src/api functions to build without warnings, mostly unused
      	variables that were declared.
      Changed un/packstr into separate unpackstr_ptr and unpackstr_xmalloc,
      	the first returns a pointer into the buffer, the second allocates
      	memory and copies the string into it.
      Converted integers in various job/node/partition structures into
      	uint32_t for ease of passing across network with API.
      090ae9ab
  24. May 01, 2002
  25. Apr 30, 2002
  26. Apr 27, 2002
    • Moe Jette's avatar
      Updated job info in admin.guide.html · 44dd1946
      Moe Jette authored
      Updated/added some options in config files for jobs
      Added new parse function to bits_bytes.c, defined some new job management
      functions in slurm.h
      Changed functions to new parse function. Added lots more job management
      functionality. - Jette
      44dd1946
  27. Apr 24, 2002
  28. Apr 23, 2002
  29. Apr 17, 2002
  30. Apr 03, 2002
  31. Apr 02, 2002
    • Moe Jette's avatar
      Expand test configurations in etc. · 4d3546bb
      Moe Jette authored
      Added allocate node API (api/allocate.c).
      Define allocate node API function in slurmlib.h.
      Add support in slurmctld for node allocation API. - Jette
      4d3546bb
  32. Mar 27, 2002
Loading