startClient - makes the current process a parallel training client

USAGE

    startClient <hostname> <port> [<my-address>]

DESCRIPTION

This command makes the current process a parallel training client and creates a connection to a server. hostname is the host name (such as "vim.boltz.cs.cmu.edu") or the IP address (such as "128.2.181.181") of the server machine. port is the port on which the server process is listening.

Ordinarily, the name of the current machine, which is passed to the server, will be determined by using the gethostname call. If my-address is specified, it will override that. This may be useful if a machine is attached to multiple networks.

EXAMPLES

To connect to a server on port 6789 on the current machine:

    lens> startClient localhost 6789

SEE ALSO

stopClient, startServer, sendEval, sendObject, trainParallel


Last modified: Mon Mar 1 17:42:22 EST 1999