What problem does it solve?
Manages experiment execution on the TACC Vista HPC cluster. Use when the user says "run on TACC", "run the pipeline", "allocate a GPU node", "check SLURM queue", "sync code to TACC", "download results from TACC", "cancel that job", or when any task requires GPU/CPU compute that cannot run locally. Do NOT use for local-only tasks like editing code, running tests, or plotting.
Core Features & Use Cases
- SSH-based setup validation and environment checks on TACC.
- A caretaking wrapper (cmd) to run commands on compute nodes with proper environment propagation.
- End-to-end workflow management: sync code, allocate resources, execute, monitor, download, and cancel jobs.
Quick Start
Set up SSH access, install the command wrapper, verify the environment, and run your TACC experiments using the provided workflow.