ServerPool

Pool of compute servers to use for distributed algorithms

Type: string
Default value: ""

When using a distributed algorithm (the distributed concurrent MIP solver or distributed tuning), this parameter allows you to specify a comma-separated list of compute servers. You can refer to servers using their names or their IP addresses. You should specify the access password, if there is one, in the ServerPassword parameter.

To give an example, if you have two servers named server1.mydomain.com and server2.mydomain.com, with IP addresses 192.168.1.100 and 192.168.1.101, you could set the ServerPool to "server1.mydomain.com,server2.mydomain.com" or "192.168.1.100,192.168.1.101".