RemoteKernelServices[]
returns a list of services provided by the Lightweight Grid.
Details and Options
Examples
Basic Examples
See Also
Tech Notes
Related Guides
LightweightGridClient`
LightweightGridClient`
RemoteKernelServices
RemoteKernelServices[]
returns a list of services provided by the Lightweight Grid.
Examples
Basic Examples (1)
Needs["LightweightGridClient`"]Find a list of services available on the local network:
RemoteKernelServices[]{{"Agent" -> "http://cluster1.example.com:3737/WolframLightweightGrid/Manager", "Service" -> "General"}, {"Agent" -> "http://cluster2.example.com:3737/WolframLightweightGrid/Manager", "Service" -> "General"}, {"Agent" -> "http://cluster3.example.com:3737/WolframLightweightGrid/Manager", "Service" -> "General"}}