Skip to content

First SLURM submission

Requires a configured system in ~/.claude/contexts/hpc-systems.yaml (see HPC systems registry).

labflow submit ou_stationary --system cluster-arm --partition normal \
    --nodes 2 --time 2:00:00 --account myaccount

Use --dry-run to inspect the rendered sbatch script without submitting:

labflow submit ou_stationary --system cluster-arm --dry-run