Can Antigone use parallel processing? Topic is solved

Solver related questions
Post Reply
mchen
User
User
Posts: 4
Joined: 7 years ago

Can Antigone use parallel processing?

Post 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?
User avatar
bussieck
Moderator
Moderator
Posts: 1033
Joined: 7 years ago

Re: Can Antigone use parallel processing?

Post 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
mchen
User
User
Posts: 4
Joined: 7 years ago

Re: Can Antigone use parallel processing?

Post 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
Post Reply