Originally posted by: rocarvaj
Hello,
I'm using the CPLEX distributed MIP optimizer and I have two questions regarding output:
-
I'm using process protocol on a single machine. I created a VMC file with 2 machines. When I start optimization I get the following message from CPLEX:
Running distributed MIP on 2 solvers.
Setting up 2 distributed solvers.
Does this mean that CPLEX is using 1 master and 2 workers? Or does it mean that 1 machine will be the master and the other the worker?
In general: The number of machines that I declare in the VMC file is the total number of machines used by CPLEX (master+workers) or just the number of workers?
-
When CPLEX starts doing the ramp up phase, what is the output I'm seeing? Is it the output of one of the machines (the master)? It looks like the output of one regular CPLEX run.
Thanks in advance!
Rodolfo
#CPLEXOptimizers#DecisionOptimization