LICCA cluster job submission. Load when an experiment needs more compute than the devcontainer provides, such as runs longer than 10 minutes, large sweeps, or dataset generation.
Agents NEVER have SSH access to LICCA. Agent writes the job script + binary; Jörn submits and retrieves results.
experiments/<topic>/<experiment>/main.rsreferences/experiment.sh to experiments/<topic>/<experiment>/job.sh| Flag | Value | Why |
|---|---|---|
--partition | ... | Why this partition |
--cpus-per-task | ... | Why this many CPUs |
--mem | ... | Why this much memory |
--time | ... | Expected runtime + safety margin |
Jörn's submission/retrieval commands: references/licca-setup.md
Jörn scps result files into the repo, then commits: git add <file> && git commit -m "Add <experiment> results from LICCA". Git LFS handles the upload on push (transparent — .jsonl files are LFS-tracked via .gitattributes).