- May 23, 2002
-
-
Mark Grondona authored
what used to be src/common/bits_bytes.c
-
Mark Grondona authored
-
- May 22, 2002
-
-
tewk authored
-
tewk authored
-
tewk authored
-
tewk authored
-
tewk authored
added pad to slurm_addr type char pad[16 - sizeof ( int16_t ) - sizeof (uint16_t) - sizeof (uint32_t) ] ; explictly defined IPPROTO_XXX in socket() call
-
tewk authored
-
Mark Grondona authored
-
tewk authored
-
tewk authored
changed sizeof ( slurm_address ) to sizeof ( slurm_addr ) the size of the data type, not the size of the pointer pointing to the datatype
-
Mark Grondona authored
-
tewk authored
-
tewk authored
how about using log4c
-
tewk authored
changed variable type ssize_t in slurm_protocol_api.c to size_t changed variable type ssize_t in slurm_protocol_api.h to size_t
-
tewk authored
-
tewk authored
fixed added set_slurm_addres_hton to slurm_protocol_util.c
-
tewk authored
had a return type of slurm_fd
-
- May 21, 2002
-
-
jce authored
-
jce authored
-
tewk authored
Much has changed during development, changes to follow.
-
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
-
Mark Grondona authored
some postscript printers
-
Mark Grondona authored
and slurmd.
-
Mark Grondona authored
between srun and slurmd components
-
Moe Jette authored
Updated comments in job_mgr.c and partition_mgr.c
-
Moe Jette authored
-
- May 17, 2002
-
-
Moe Jette authored
It still needs some work, but is getting close.
-
- May 16, 2002
-
-
Mark Grondona authored
-
- May 15, 2002