cc_staff
1,857
edits
mNo edit summary |
mNo edit summary |
||
Line 17: | Line 17: | ||
===Configuring your account=== <!--T:43--> | ===Configuring your account=== <!--T:43--> | ||
You do NOT need to create a <code>~/.licenses/gurobi.lic</code> file. The required settings to use the Compute Canada Gurobi license are configured by default when you load a gurobi module on any cluster. To verify your username has been added to the Compute Canada Gurobi license and | You do NOT need to create a <code>~/.licenses/gurobi.lic</code> file. The required settings to use the Compute Canada Gurobi license are configured by default when you load a gurobi module on any cluster. To verify your username has been added to the Compute Canada Gurobi license and working properly run the following command: | ||
<!--T:143--> | <!--T:143--> | ||
$ module load gurobi | $ module load gurobi | ||
$ gurobi_cl 1> /dev/null && echo Success || echo Fail | $ gurobi_cl 1> /dev/null && echo Success || echo Fail | ||
<!--T:44--> | |||
If it returns "Success" then you can being using gurobi immediately. If it returns "Fail" then contact [[Technical_support | contact support]] for help. | |||
== Interactive Allocations == <!--T:5--> | == Interactive Allocations == <!--T:5--> |