Attention
This project is still in an early phase of development.
The python API is not yet stable, and some aspects of the schema for the blueprint and workplan will likely evolve. Therefore whilst you are welcome to try out using the package, we cannot yet guarantee backwards compatibility. We expect to reach a more stable version in 2026.
cstar.orchestration.launch.slurm.SlurmLauncher.launch#
- async classmethod SlurmLauncher.launch(step: LiveStep, dependencies: list[SlurmHandle]) Task[SlurmHandle]#
Launch a step in SLURM.
- Parameters:
step (LiveStep) – The step to submit to SLURM.
dependencies (list[SlurmHandle]) – The list of tasks that must complete prior to execution of the submitted Step.
- Returns:
Task[SlurmHandle] – A Task containing information about the newly submitted job.