- Jun 19, 2002
-
-
tewk authored
-
- Jun 18, 2002
- Jun 17, 2002
- Jun 14, 2002
- Jun 13, 2002
- Jun 12, 2002
- Jun 11, 2002
-
-
Moe Jette authored
Minor cleanup (i.e. comments) on other APIs.
-
- Jun 07, 2002
-
-
tewk authored
Completely reimplemented controller.c top to bottom to accomidate the new comm layer
-
- May 29, 2002
-
-
Moe Jette authored
needed) and WillRun (test if would execute immediately, default is to actually run it).
-
Moe Jette authored
specified at submit time start with a value of 1<<16 and DPCS uses values 1 to 0xffffffff. This preclude effective use of a max job_id in search function, which was able to quickly indicate that a job_id requested by DPCS was not already in use. I added a job_id hash table to restore quick job find operations. Added check of packstr function to insure string would not go over 64k bytes, which is the limit for the protocol used.
-
- May 23, 2002
-
-
Mark Grondona authored
-
- May 20, 2002
-
-
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.
-
- May 14, 2002
-
-
Moe Jette authored
-
- May 10, 2002
-
-
Moe Jette authored
Created new function to resync job bitmaps (when node table rebuilt).
-
- May 08, 2002
- May 07, 2002
-
-
Moe Jette authored
-
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.
-
- May 03, 2002
-
-
Moe Jette authored
-
- May 01, 2002
-
-
Moe Jette authored
Added scheduler for prioritizing and scheduling pending jobs. - Jette
-
- Apr 30, 2002
-
-
Moe Jette authored
and api/submit.c respectively. Add defs to slurm.h and slurmlib.h. Update function server code in job_mgr.c and controller.c. - Jette
-
Moe Jette authored
Added defs for job cancel to header files Fixed bug in node selection logic, added more logging. - Jette
-
Moe Jette authored
Added function definitions to slurm.h for allocate (with job tables). Added support for node allocations via job table entries. - Jette
-
- Apr 27, 2002
-
-
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
-
- Apr 25, 2002
-
-
Moe Jette authored
Updates to job management design work doc/txt/job_data.txt. Added float support to parsing in bits_bytes.c. Added job data structures to slurm.h and slurmlib.h. Added some basic job support. New function job_mgr.c. - Jette
-
- Apr 24, 2002
-
-
Moe Jette authored
bits_bytes.c to bitstring.c. Fixed bug in bit_nset function. - Jette
-
- Apr 23, 2002
-
-
Moe Jette authored
Converted to "safe" memory mamagement routines in xmalloc.c, logging in log.c, and broke up a couple of larger functions.
-
- Apr 17, 2002
-
-
Moe Jette authored
coding standards (remove mixed case names, 8 character indents, removed some comments). Still need to do some work for nesting depth. - Jette Renamed slurm config files to lower-case names.
-
- Apr 08, 2002
-
-
Moe Jette authored
accordingly. - Jette
-
- Apr 05, 2002