Theresa Reinhardt

Gurobi-versary
Conversationalist
Curious
  • Total activity 18
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 4

Activity overview

Latest activity by Theresa Reinhardt
  • Theresa Reinhardt commented,

    Thank you for your answer and I have one last question. The concurrent optimizer solves the same model on multiple cores/machines with different settings. . . What kind of settings are changed?

  • Theresa Reinhardt created a post,

    Using ConcurrentMIP

    Answered

    Hello. Since it took quite a long time to solve a model on a 4-core machine (one week), I also started it on a 24-core machine and set the ConcurrentMIP parameter to 4. Apart from the time advantag...

  • Theresa Reinhardt commented,

    Thank you! Before, I thought you were going to tell me that another job scheduling system would be better for this, which kind of confused me. But now it's clear.

  • Theresa Reinhardt commented,

    Ahh, ok. Basically, however, the batch solve command does not work with any job scheduling system for Linux clusters, regardless of which one it is.

  • Theresa Reinhardt commented,

    Hey. One last question: However, you can use slurm and/or screen to work with a batch equivalent. What difference would using slurm instead of lsf make?

  • Theresa Reinhardt commented,

    Hi Jaromił. Just to make sure I have got you correctly: With an academic license, I can not submit a distributed MIP as a batch (lsf) using the batch solve command? Kind regards Tessa

  • Theresa Reinhardt created a post,

    Submitting a Distributed MIP as a Batch Job

    Answered

    Hi. Running distributed algorithms requires distributed workers and a manager. To setup the worker nodes you need to run "grb_rs --worker" on the worker nodes. If you are using an HPC cluster where...

  • Theresa Reinhardt created a post,

    Branch-and-Bound integer/float

    Answered

    Hi. Gurobi is using the branch-and-bound/cut-method for optimization. According to literature the aim of this method is to find an optimal integer solution by going through the search tree. But the...

  • Theresa Reinhardt commented,

    I am using the energy modelling framework oemof which uses the framework pyomo itsself. Providing the path and setting the output flag does not make it write the logfile. So there might be some iss...

  • Theresa Reinhardt commented,

    Hi Sonja. Actually, I can not directly interact with gurobi as there is an other framework in between. So to write the logfile I passed the parameter 'LogFile' (the same way I passed the parameters...