RemoteKernelInformation
RemoteKernelInformation[link]
returns information about the Lightweight Grid kernel connected on link.
RemoteKernelInformation[]
returns information about all open Lightweight Grid kernels.
Details and Options
Examples
Basic Examples
See Also
Tech Notes
Related Guides
LightweightGridClient`
LightweightGridClient`
RemoteKernelInformation
RemoteKernelInformation[link]
returns information about the Lightweight Grid kernel connected on link.
RemoteKernelInformation[]
returns information about all open Lightweight Grid kernels.
Details and Options
- RemoteKernelInformation returns expressions with the head RemoteServicesKernel.
- The following option can be given:
-
"Renew" False whether to acquire updated information from the remote computer "Timeout" 30 the timeout for the network connection, in seconds
Examples
Basic Examples (1)
Needs["LightweightGridClient`"]Open a kernel on the computer "octet" and get its information:
link = RemoteKernelOpen["octet"]info = RemoteKernelInformation[link]Get information about all open kernels:
RemoteKernelInformation[]