- Jul 25, 2002
-
-
tewk authored
fixed launch_task_response msg added slurm_protocol and slurmd errnos to slurm_errno.h added print_slurm_addr to src/common/slurm_protocol_api.c added print_slurm_credential to src/common/slurm_protocol_util.c cleaned up debug printing and error reporting for src/slurmd/shmem_struct.c more cleanup etc
-
tewk authored
added a few comments and slurm_protocol_errno entries. More little code cleanup
-
tewk authored
-
- Jul 23, 2002
- Jul 22, 2002
- Jul 11, 2002
- Jul 03, 2002
- Jun 29, 2002
-
-
tewk authored
-
- Jun 28, 2002
-
-
tewk authored
These are transport layer specific routines and thus are defined in the api.h and implemented in the socket, mongo implementations classes
-
- Jun 27, 2002
- Jun 24, 2002
-
-
tewk authored
-
- Jun 14, 2002
- Jun 13, 2002
-
-
Moe Jette authored
-
- Jun 10, 2002
-
-
tewk authored
I am implementing the new comm layer in all the api functions added sockopt parameter SO_REUSEADDR to eliminate socket turn around time during debug.
-
- Jun 07, 2002
-
-
tewk authored
slurm_protocol_errno.h provides a default place for slurm specific error definitions until Jim completes his general errno implementation Cleaned up comm layer , this never ends :) added pack and unpack routines for new communcations paradigm
-
- May 31, 2002
- May 30, 2002
-
-
tewk authored
-
- May 29, 2002
-
-
tewk authored
lots of cleanup
-
- May 28, 2002
-
-
tewk authored
Added a few extra helper funtions
-
- May 24, 2002
- May 23, 2002
- May 22, 2002
-
-
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
fixed added set_slurm_addres_hton to slurm_protocol_util.c
-
- 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
-