メインコンテンツへスキップ

ConcurrentMIP with MPI parallel

回答済み

コメント

3件のコメント

  • 正式なコメント
    Simranjit Kaur
    • Gurobi Staff
    This post is more than three years old. Some information may not be up to date. For current information, please check the Gurobi Documentation or Knowledge Base. If you need more help, please create a new post in the community forum, or try Gurobot, our chatbot interface offering instant, expert-level support.
  • Jaromił Najman
    • Gurobi Staff

    Hi Anna,

    ConcurrentMIP=5 runs 5 parallel MIP solves of the same model with slightly different parameters distributed among the available threads. When you run your model with Threads=5 and ConcurrentMIP=5, Gurobi will run 5 parallel MIP runs of your model with slightly different parameters using 1 thread each. In general, MIP solution greatly benefits from using more than 1 thread. You could try setting ConcurrentMIP=2 to provide more threads to the respective parallel concurrent runs. Most often ConcurrentMIP does not perform better than a single run using all available threads and should be rather only used if your model suffers from performance variability, i.e., when changing the Seed parameter greatly affects solver performance.

    Best regards, 
    Jaromił

    0
  • Anna Ketteler
    • Gurobi-versary
    • First Comment
    • First Question

    Hi Jaromił,

     

    thank you a lot for your reply! :)

     

    Best wishes

    Anna

    0

投稿コメントは受け付けていません。