- May 21, 2002
-
-
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
-
Mark Grondona authored
o keep qsw.h in HEADERS always
-
Mark Grondona authored
to vsnprintf after expanding some simple and added cases. Fixes many things.
-
- May 04, 2002
-
-
Mark Grondona authored
o add qsw.c,h only if --with-elan specified
-
Moe Jette authored
Added string pack/unpack functions and set of tests. - Jette
-
- May 03, 2002
-
-
Moe Jette authored
-
Jim Garlick authored
-
Jim Garlick authored
-
Jim Garlick authored
Restructured QSW side of API.
-
Mark Grondona authored
-
- May 02, 2002
-
-
Jim Garlick authored
(program description, Elan hw contexts, etc.) for a parallel job.
-
Jim Garlick authored
-
Jim Garlick authored
-
Jim Garlick authored
to set size and magic in copy (since it is asserted to be correct in source, it should be correct in destination after a memcpy). qsw.c / qsw.h - beginnings of quadrics job initiation support library. Very rough at this point!
-
- May 01, 2002