RemoteKernelServices[]
returns a list of services provided by the Lightweight Grid.
更多信息和选项
范例
基本范例
参见
技术笔记
相关指南
LightweightGridClient`
LightweightGridClient`
RemoteKernelServices
RemoteKernelServices[]
returns a list of services provided by the Lightweight Grid.
范例
基本范例 (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"}}