Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
.RData
Large_Data_Processing_R/data_format/data/*
__pycache__/
.vscode
.vscode
*-command.sh
*_best.md
.claude
CLAUDE.md
5 changes: 5 additions & 0 deletions Applications/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down