From d5fc2b143cb95f9320b945cbdc9e9b0b0381a525 Mon Sep 17 00:00:00 2001 From: John LaGrone Date: Wed, 29 Jul 2026 19:04:07 -0500 Subject: [PATCH] add gurobi 13.0.02 --- modules/m3/applications/gurobi/13.0.2.lua | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 modules/m3/applications/gurobi/13.0.2.lua diff --git a/modules/m3/applications/gurobi/13.0.2.lua b/modules/m3/applications/gurobi/13.0.2.lua new file mode 100644 index 00000000..af9b0f93 --- /dev/null +++ b/modules/m3/applications/gurobi/13.0.2.lua @@ -0,0 +1,18 @@ +whatis("Gurobi 13.0.2") +family("gurobi") +conflict("gurobi") + +append_path("PATH", "/hpc/m3/apps/gurobi/13.0.2/linux64/bin") +setenv("GUROBI_HOME", "/hpc/m3/apps/gurobi/13.0.2/linux64") +setenv("GRB_LICENSE_FILE", "/hpc/m3/apps/gurobi/13.0.2/linux64/client.lic") +append_path("LD_LIBRARY_PATH","/hpc/m3/apps/gurobi/13.0.2/linux64/lib") +append_path("CPATH", "/hpc/m3/apps/gurobi/13.0.2/linux64/include") +append_path("LIBRARY_PATH","/hpc/m3/apps/gurobi/13.0.2/linux64/lib") + +help([[Name: Gurobi +Version: 13.0.2 +Website: https://www.gurobi.com/ +License Owners : free academic site license (Merlin) + +Gurobi optimization software +]]) \ No newline at end of file