Page 1 of 1

Can Antigone use parallel processing?

Posted: Wed Mar 01, 2017 5:48 pm
by mchen
I use parallel processing command as below for antigone:

model.threads=0;
option minlp=antigone;

However, I did see all the cores are used as I used cplex. Actually, only one core is used. Does antigone support parallel processing?

Re: Can Antigone use parallel processing?

Posted: Tue Mar 21, 2017 10:21 am
by bussieck
GAMS/Antigone has an option "cplex_optfile". You might want to try to set the threads option inside the cplex.opt file:

cplex.opt:
threads 4

antigone.opt:
cplex_optfile cplex.opt

-Michael

Re: Can Antigone use parallel processing?

Posted: Thu Mar 23, 2017 8:46 pm
by mchen
It works. Thanks so much.


bussieck wrote:GAMS/Antigone has an option "cplex_optfile". You might want to try to set the threads option inside the cplex.opt file:

cplex.opt:
threads 4

antigone.opt:
cplex_optfile cplex.opt

-Michael