- May 22, 2002
-
-
tewk authored
had a return type of slurm_fd
-
- May 21, 2002
-
-
tewk authored
slurm_protocol_api.c contains the programers interface. slurm_protocol_interface.h defines the lower layer interface. slurm_protocol_pack.c packs messages. slurm_protocol_util.c contains utility functions used by the protocol
-
Moe Jette authored
and stage_out).
-
Jim Garlick authored
-
Jim Garlick authored
Convert between elanid's and hostnames: int qsw_getnodeid_byhost(char *host); int qsw_gethost_bynodeid(char *host, int len, int elanid); Send signal to all members of a program description (local operation): int qsw_signal_job(qsw_jobinfo_t jobinfo, int signum);
-
- 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.
-
Moe Jette authored
-
Moe Jette authored
Updated comments in job_mgr.c and partition_mgr.c
-
Moe Jette authored
-
- May 15, 2002
-
-
Moe Jette authored
-
Moe Jette authored
-
Moe Jette authored
-
tewk authored
new path is ../../etc/slurm2.h
-
Mark Grondona authored
-
Mark Grondona authored
o changed the order of some locking
-
Mark Grondona authored
-
Moe Jette authored
Updated scontrol/scontrol.c for new APIs Fixed bug in dump of node info for slurmctld/node_mgr.c (partition name).
-
Moe Jette authored
Updated scontrol/scontrol.c for new APIs
-
Moe Jette authored
-
Moe Jette authored
-
- May 14, 2002
-
-
Moe Jette authored
-
- May 13, 2002
-
-
Jim Garlick authored
Modified runqsw to config capability for localhost by default (was node 0). Removed useless test code from qsw.c (most of this is covered in runqsw now).
-
- May 10, 2002
- May 09, 2002
-
-
Moe Jette authored
-
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.
-
Moe Jette authored
to DPCS with table cross-indecies).
-
- May 08, 2002
-
-
Moe Jette authored
Changed use of packstr everywhere (function redefined).
-
Mark Grondona authored
-
Mark Grondona authored
null string otherwise o remove erroneous and unneeded #include <printf.h>
-
Mark Grondona authored
-
Mark Grondona authored
-
Mark Grondona authored
-
Mark Grondona authored
are now macros that call the *mem functions o removed unneeded size argument from packstr
-
Mark Grondona authored
-
Moe Jette authored
Converted packstr function to send string size as uint16_t (used to be uint32_t, which wasted space).
-
Moe Jette authored
-
- May 07, 2002
-
-
Moe Jette authored
-