From de601ecc62158aeaf63ee78e536f5e41570a29a1 Mon Sep 17 00:00:00 2001 From: Vijini Mallawaarachchi Date: Thu, 25 Jan 2024 14:10:05 +1030 Subject: [PATCH] DOC: update FAQs --- docs/faq.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index 871783d..5f5a227 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -82,7 +82,15 @@ Error 10009: HostID mismatch (licensed to , hostid is ) You will have to contact your system admin and setup a floating network license. You can find more details at [https://support.gurobi.com/hc/en-us/articles/360013195412-How-do-I-obtain-a-free-academic-license-for-a-cluster-or-a-shared-computer-lab-](https://support.gurobi.com/hc/en-us/articles/360013195412-How-do-I-obtain-a-free-academic-license-for-a-cluster-or-a-shared-computer-lab-). -### Q4: How can I get a Gurobi license for a cluster? +### Q4: icense not valid for Gurobi version x + +If you get the following error when running Phables, this means the version in your license does not match the installed version. You can install the correct version or get a new license for the latest version. + +```bash +ERROR - Error code 10009: Request denied: license not valid for Gurobi version 11 +``` + +### Q5: How can I get a Gurobi license for a cluster? If you want to run Phables on a cluster, your cluster should have a [floating network license](https://en.wikipedia.org/wiki/Floating_licensing) for Gurobi for the `run` subcommand to execute properly.