- May 23, 2002
-
-
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).
-
- May 10, 2002
-
-
Moe Jette authored
Created new function to resync job bitmaps (if node table rebuilt).
-
- 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.
-
- May 08, 2002
-
-
Moe Jette authored
Changed use of packstr everywhere (function redefined).
-
Mark Grondona authored
null string otherwise o remove erroneous and unneeded #include <printf.h>
-
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
-
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.
-
Moe Jette authored
-
Mark Grondona authored
o include inittypes.h if available (for systems w/out stdint.h)
-
Mark Grondona authored
o include stdint.h from pack.h (which seems to require the defs anyhow) o conditionally include config.h to allow other conditional includes o moved main() from pack.c over to testdir
-