Alex Ginete
-
Gurobi Staff
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
Activity overview
Latest activity by Alex Ginete-
Alex Ginete created an article,
How do I use the Gurobi setup diagnostic tool?
Starting from v13, we have a new tool called grbdiagnose to diagnose issues with Gurobi setup issues.It is included in both the Optimizer and the Remote Services package.Steps: Run grbdiagnose in e...
-
Alex Ginete commented,
Hello Hancheng,The error you're receiving might be related to AWS Lambda runtime, or how it handles the /tmp directory. On your client machine that connects to the cluster manager, can you try subm...
-
Alex Ginete commented,
Hi Hancheng, Since you are using Instant Cloud, can you provide me the Job ID so I can check the logs? Regards,Alex
-
Alex Ginete commented,
Hi Hancheng, You can implement a retry mechanism using a try-except block. Something like: try: model.optimize()except gp.GurobiError as e: error_message = str(e) if "status 502" in error_...