Skip to content

Instantly share code, notes, and snippets.

@jeffreyhanson
Created April 11, 2017 06:11
Show Gist options
  • Save jeffreyhanson/9f05e4a253b3767cb95950584a08dca4 to your computer and use it in GitHub Desktop.
Save jeffreyhanson/9f05e4a253b3767cb95950584a08dca4 to your computer and use it in GitHub Desktop.
Instructions to install Gurobi on cloud system using academic licese
  1. Get IP of local workstation X with Internet connection (which is ofc. reachable by beefy machine via intranet)
  2. Install sshserver on local workstation X
  3. Install gurobi on the beefy machine by copying tar and extract it, set ~/.bashrc environment things
  4. Try out executing gurobi_cl on beefy machine, it should say there is no valid license on machine
  5. ssh to the beefy machine and execute ssh -L 8008:apps.gurobi.com:80 @localWorkStationXIP
  6. ssh with another session to the beefy machine and execute grbgetkey --server=127.0.0.1 --port=8080 -- verbose xxxx-xxxx-xxxxxxx-xxxx

Credit to Simon Kassing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment