Originally posted by: kaveh_azizian
I am sure cplex uses 8 cores vaialable on one computer. But is it capable of using for example 4 seperated computers with 8 cores for each?
I mean can it use all of 64 cores avaiable on 8 different computers? Can it do network parallel computing? If yes, wich protocol it uses? Does it use MPI protocol?
I tried parallel computing with cplex integrated in Matlab in a super computer with 8 seperate processors which each of them has 8 cores
by setting following options in Matlab:
cpoptions = cplexoptimset('cplex');
cpoptions.diagnostics = 'on';
cpoptions.threads=64;
cpoptions.parallel=-1;
but it seems cplex uses only the 8 cores not all of avaiable 64 cores.
I would be grateful if you address this questions.
#CPLEXOptimizers#DecisionOptimization