Solver time limit for cbc is ignored when running and solving a model on Google cloud.

50 views
Skip to first unread message

Meg Niz

unread,
Jul 19, 2023, 12:46:11 PM7/19/23
to Pyomo Forum
I am running a large Pyomo model and using the following options:

opt = pe.SolverFactory('cbc')
opt.options = {
            "seconds": 5 * 60,
            "timeMode": "elapsed",
        }  

When run locally, the time limit of 5 mins is respected. However, when run on Google cloud, the time limit is ignored. How do I ensure the time limit is respected on the cloud?
Reply all
Reply to author
Forward
0 new messages