ClosedKernel["linkname"]
represents a Lightweight Grid kernel that was successfully closed.
Details and Options
Examples
Basic Examples
See Also
Tech Notes
Related Guides
LightweightGridClient`
LightweightGridClient`
ClosedKernel
ClosedKernel["linkname"]
represents a Lightweight Grid kernel that was successfully closed.
Details and Options
- ClosedKernel is returned by RemoteKernelClose and RemoteKernelCloseAll.
Examples
Basic Examples (1)
Open one kernel on a remote computer:
Needs["LightweightGridClient`"]link = RemoteKernelOpen["cluster1.example.com"]LinkObject["55423@cluster1.example.com,55424@cluster1.example.com", 51, 8]Evaluate an expression on the remote kernel:
LinkWriteHeld[link, Hold[FactorInteger[2 ^ 32 - 1]]]LinkRead[link]result = RemoteKernelClose[link]ClosedKernel["55423@cluster1.example.com, 55424@cluster1.example.com"]