ClusterJobSchedulerConnect Method |
Namespace: AGI.Parallel.Client
Exception | Condition |
---|---|
InvalidOperationException | The client is already connected. |
JobSchedulerException | Coordinator CoordinatorMachineName is not specified, or Coordinator could not be reached at hostname and port. |
ClusterJobScheduler scheduler = new ClusterJobScheduler(); scheduler.CoordinatorMachineName = "coordinatormachine"; scheduler.CoordinatorPort = 9090; scheduler.Connect();
STK Parallel Computing Server 2.9 API for .NET