Depends on
Grid
Current data/run_manifest.csv:
- 3 interventions
- fit budgets
1,2,4
- reserved intermediate
8 (gate only; do not leak into projection fits)
- target
16
- 3 seeds
- 45 pending rows, 0 measured BPB
This HPC grid is not the synthetic demo ladder (1,2,4,8 / 16 / 64).
What to do
- Execute the array with
ASLA_EXECUTE=1 after dry-run inspection.
- Collect:
python scripts/collect_results.py \
--manifest data/run_manifest.csv \
--results-dir results/hpc \
--out data/run_manifest.csv
- Finalize only when every row is
completed with finite BPB:
python scripts/finalize_run_manifest.py \
--manifest data/run_manifest.csv \
--out-csv data/runs_template.csv \
--out-parquet runs.parquet
python scripts/check_runs_coverage.py \
--csv data/runs_template.csv \
--target 16 \
--fit-budgets 1 2 4 \
--intermediate-budget 8
asla validate --runs runs.parquet
Acceptance
Do not fabricate
- Fill BPB with placeholders, copies, or interpolations
- Bypass the finalizer
- Treat mock preflight
bpb=1.234 as data
Depends on
Grid
Current
data/run_manifest.csv:1,2,48(gate only; do not leak into projection fits)16This HPC grid is not the synthetic demo ladder (
1,2,4,8/16/64).What to do
ASLA_EXECUTE=1after dry-run inspection.completedwith finite BPB:Acceptance
status=completedwith realbpb1 2 4, intermediate8runs.parquetvalidatesDo not fabricate
bpb=1.234as data