Starting from version 8, Gurobi Compute Server can work with multiple Gurobi releases on the client-side.
The server automatically selects the appropriate runtime, depending on the version of the Gurobi Optimizer library that is used by the client program. The most common reason for the error message "No compatible runtime available
for version X.X.X"
is that there is a newer version on the client-side without a corresponding runtime on the server-side. Generally, this is because the client has been updated but the server has not.
A Gurobi Compute Server release contains all runtimes for all supported client releases. Therefore, upgrading to the latest server release is recommended, even if some client machines still use a previous version of the optimizer.
When starting the Compute Server, the available runtimes will be displayed in the log, for example:
info : Available runtimes: [8.0.0 8.0.1 8.1.0 8.1.1 9.0.0 9.0.1 9.0.2 9.0.3 9.1.0 9.1.1 9.1.2 9.5.0 9.5.1]
Further information