BOOTSTRAP (kutils) functions


LIBRARY ROUTINE

khost_list - get the list of machines that processes can be distributed to

LIBRARY CALL

char **khost_list(
   size_t *num)

INPUT

none

OUTPUT

RETURN VALUE

a pointer to an array of strings with the list of machine names. It will return NULL on error.

DESCRIPTION

This function is used to return the list of initial machines to try using. They are gotten via the user specified file and also by broadcasting to see if any khoros daemons are available (Not Available as of yet).

ADDITIONAL INFORMATION

none

EXAMPLES

none

SIDE EFFECTS

none

RESTRICTIONS

none

MODIFICATION

none

FILES

$BOOTSTRAP/objects/library/kutils/src/khost.c

SEE ALSO

kutils(3)

COPYRIGHT

Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.