Decision Optimization

Decision Optimization

Delivers prescriptive analytics capabilities and decision intelligence to improve decision-making.


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Parallel computation

    Posted 03/18/13 04:22 PM

    Originally posted by: SystemAdmin


    Hi
    I am using cplex concert C++ API. Does parallel processing reduce running out of memory problem? For example if I run my experiments in a machine which have many processors or cores can I expect that my memory problem can be solved?
    Thanks
    Roni
    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: Parallel computation

    Posted 03/19/13 04:25 PM

    Originally posted by: SystemAdmin


    I'm not positive, but I think running parallel threads actually consumes more memory. For one thing, if you use callbacks, I think that each thread gets a copy of the callback.

    Paul

    Mathematicians are like Frenchmen: whenever you say something to them, they translate it into their own language, and at once it is something entirely different. (Goethe)
    #CPLEXOptimizers
    #DecisionOptimization