- May 30, 2002
- May 29, 2002
-
-
tewk authored
lots of cleanup
-
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.
-
tewk authored
Function was renamed.
-
- May 28, 2002
-
-
tewk authored
Added a few extra helper funtions
-
Mark Grondona authored
-
Mark Grondona authored
-
- May 24, 2002
-
-
tewk authored
Added support for looping on datagram receives until all the data that is expect on the encapsulated stream has arrived. This should have been in the original implementation.
-
tewk authored
Implemented slurm_send_controller_buffer NOTE: primary and secondary controller addresses are currently #defined this needs to be read from a config file. SLURM_PORT is also #define to 7000
-
tewk authored
-
tewk authored
inclusion of autoconf socket #ifdefs
-
- May 23, 2002
-
-
tewk authored
-
tewk authored
-
tewk authored
adjusted arithmetic for packing wrapper routines
-
Mark Grondona authored
-
Mark Grondona authored
most of the stuff in these files did not belong in common, it has been moved elsewhere.
-
Mark Grondona authored
what used to be src/common/bits_bytes.c
-
- May 22, 2002
-
-
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
changed sizeof ( slurm_address ) to sizeof ( slurm_addr ) the size of the data type, not the size of the pointer pointing to the datatype
-
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
-
-
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
- May 15, 2002
-
-
tewk authored
new path is ../../etc/slurm2.h
-
Mark Grondona authored
-
Mark Grondona authored
o changed the order of some locking
-
Mark Grondona 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).
-