From 354c702e381f240cbc28dfa648708b27f73b1c26 Mon Sep 17 00:00:00 2001 From: Austin Swinney Date: Fri, 5 Dec 2025 14:34:34 -0500 Subject: [PATCH] docs: Add Gurobi and KHARMA to Applications README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add Gurobi entry with description of optimization solver examples - Add KHARMA entry with description of GRMHD simulation code - Resolve merge conflict in .gitignore 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .gitignore | 6 +++++- Applications/README.md | 5 +++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8f0a103b..4fc66c4f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,8 @@ .RData Large_Data_Processing_R/data_format/data/* __pycache__/ -.vscode \ No newline at end of file +.vscode +*-command.sh +*_best.md +.claude +CLAUDE.md diff --git a/Applications/README.md b/Applications/README.md index 7aa56ed8..ca39cbc1 100755 --- a/Applications/README.md +++ b/Applications/README.md @@ -14,6 +14,11 @@ installation. the cluster. * [Dynamite](Dynamite): Instructions to set up and execute Dynamite on the cluster. +* [Gurobi](Gurobi): Examples to use the Gurobi optimization solver + with Python on the cluster. +* [KHARMA](KHARMA): Instructions to compile and run KHARMA (Kokkos-based + High-order Adaptive Relativistic Magnetohydrodynamics Application) on + the cluster. * [Knitro](Knitro): Examples to use Knitro with Matlab, Python, and C on the cluster. * [LANDIS](LANDIS): Instructions to either install LANDIS or use its