WOLFRAM

LightweightGridClient`
LightweightGridClient`

RemoteKernelClose

RemoteKernelClose[kernel]

closes a Lightweight Grid kernel.

Details and Options

  • The input to RemoteKernelClose can be a LinkObject, a link name, or a RemoteServicesKernel expression.
  • RemoteKernelClose returns a ClosedKernel expression.
  • RemoteKernelClose automatically threads over lists.
  • The following option can be given:
  • "Timeout" 30the timeout for the network connection, in seconds

Examples

open allclose all

Basic Examples  (1)Summary of the most common use cases

Open one kernel on a remote computer:

Evaluate an expression on the remote kernel:

Out[5]=5

Close the kernel:

Scope  (1)Survey of the scope of standard use cases

Close all open kernels:

Out[1]=1

Options  (1)Common values & functionality for each option

"Timeout"  (1)

Open a kernel and wait 2.5 seconds for a response from the octet.example.com before giving up: