lc target (removed)¶
The target/options subsystem (per-machine targets with QoS, constraint, and time-limit options) was removed. lightcone-cli now resolves the container runtime and the cluster shape from a much smaller surface:
- Container runtime —
~/.lightcone/config.yamlcarries a singlecontainer.runtimekey (auto | docker | podman | podman-hpc | none). Seelc setupand api/container. - Cluster shape — derived at runtime from the environment.
lc runalways dispatches through a Dask cluster; the cluster manager picksLocalClusteron a workstation,srun-launched workers whenSLURM_JOB_IDis set, or whatever scheduler is onDASK_SCHEDULER_ADDRESSif you are connecting to one. See api/dask_cluster.
There are no project-level target files, no .lightcone/lightcone.yaml
shape beyond an opaque scratchpad, and no lc target command.