Parallel Libraries

Generally, you use ILOG CPLEX parallel optimizers just as you use ILOG CPLEX serial optimizers. They are available through the Interactive Optimizer and through methods and routines of the Callable Library.

To access the parallel optimizers from routines of the Component Libraries, you need to link to the parallel library. Table 8.8 summarize the names of the serial and parallel libraries for UNIX platforms.

Table 8.8 ILOG CPLEX Serial and Parallel Libraries for UNIX Platforms

Most Unix platforms 
Serial Library 
Parallel Library 
Interactive Optimizer 
cplex 
parcplex 
Component Libraries 
libcplex.a 
libparcplex.a 


Previous Page: Using Parallel Optimizers  Return to Top Next Page: Threads