4.1.8. Runs#
- simbricks.cli.commands.runs.ls()#
List runs.
- simbricks.cli.commands.runs.show(run_id: str)#
Show individual run.
- simbricks.cli.commands.runs.kill(run_id: str)#
Kill individual run.
- simbricks.cli.commands.runs.sigusr1(run_id: str)#
Send sigusr1 to run.
- simbricks.cli.commands.runs.follow(run_id: str)#
Follow individual run as it executes.
- simbricks.cli.commands.runs.rc(run_id: str)#
Print a runs console completely.
- simbricks.cli.commands.runs.ls_rf(run_id: ~typing.Annotated[str, <typer.models.ArgumentInfo object at 0x7337a0fba8f0>])#
List all run fragments of a run.
- simbricks.cli.commands.runs.goa(run_id: ~typing.Annotated[str, <typer.models.ArgumentInfo object at 0x7337a0f96da0>], run_fragment_id: ~typing.Annotated[str, <typer.models.ArgumentInfo object at 0x7337a0f97700>], path: ~pathlib.Annotated[~pathlib.Path, <typer.models.ArgumentInfo object at 0x7337a0f97a60>] = PosixPath('.'))#
Retrieve the output artifact that is stored for a run fragment.
- simbricks.cli.commands.runs.rm(run_id: str)#
Delete an individual run.
- simbricks.cli.commands.runs.submit(path: ~pathlib.Annotated[~pathlib.Path, <typer.models.ArgumentInfo object at 0x7337a0f82320>], follow: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7337a0f807c0>] = False)#
Submit a SimBricks python simulation script to run.
- simbricks.cli.commands.runs.create(inst_id: str, follow: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7337a0f83fa0>] = False)#
Create a virtual prototype run based on an already submitted configuration.