- Sep 09, 2002
-
-
Mark Grondona authored
-
- Aug 16, 2002
-
-
tewk authored
If you revoke a credential that has not been used a credential_state object needs to be created
-
- Aug 09, 2002
-
-
Moe Jette authored
-
- Aug 02, 2002
- Jul 26, 2002
-
-
Moe Jette authored
Add slurm_addr to node record, set values and send credential revoke.
-
- Jul 23, 2002
-
-
Moe Jette authored
tasks: purge defunct job table entries, run the scheduler, timeout jobs, and save state (stub for now).
-
- Jul 19, 2002
-
-
Moe Jette authored
Restructure some slurmctld code for easier semaphore use.
-
- Jul 17, 2002
-
-
Moe Jette authored
-
- Jul 16, 2002
-
-
Moe Jette authored
Changed (removed, added, renamed) configuration parameters. All config parameters now read from configuration file except for SLURM_CONFIG_FILE, which comes from config.h
-
- Jul 12, 2002
-
-
Moe Jette authored
-
- Jul 11, 2002
-
-
Moe Jette authored
Did some general code clean-up.
-
- Jul 05, 2002
-
-
Moe Jette authored
Add cpucount by node for resource allocation
-
- Jul 03, 2002
-
-
Moe Jette authored
-
- Jun 28, 2002
-
-
Moe Jette authored
Moved around some functions and definitions to make strings available to API functions and scontrol.
-
- Jun 27, 2002
- Jun 26, 2002
- May 29, 2002
-
-
Moe Jette authored
-
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 21, 2002
-
-
Moe Jette authored
and stage_out).
-
- 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 09, 2002
-
-
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.
-
- May 08, 2002
-
-
Moe Jette authored
Changed use of packstr everywhere (function redefined).
-
- May 07, 2002
-
-
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 01, 2002
- Apr 30, 2002
- 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 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 03, 2002
-
-
Moe Jette authored
defined in slurm.h. - Jette
-
- Apr 02, 2002
-
-
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
-
- Mar 27, 2002
-
-
Moe Jette authored
of minimum job node or CPU count. - Jette
-
Moe Jette authored
Initial version of Makefile.am created for api directory. API's moved into directory from node_mgr.c and partition_mgr.c (in slurmctld). bits_bytes moved to common along with headers for API in slurmlib.h. Semaphores added to node and partition databases. - Jette
-