jobflow_remote.cli.execution module#
- jobflow_remote.cli.execution.run(run_dir: Annotated[str | None, <typer.models.ArgumentInfo object at 0x7fbc7931be90>]='.') None[source]#
Run the Job in the selected folder based on the job files.
- jobflow_remote.cli.execution.run_batch(base_run_dir: ~typing.Annotated[str, <typer.models.ArgumentInfo object at 0x7fbc79243c10>], files_dir: ~typing.Annotated[str, <typer.models.ArgumentInfo object at 0x7fbc73c98110>], batch_uid: ~typing.Annotated[str, <typer.models.ArgumentInfo object at 0x7fbc79306d10>], max_time: ~types.Annotated[float | None, <typer.models.OptionInfo object at 0x7fbc79306fd0>] = None, max_wait: ~types.Annotated[float | None, <typer.models.OptionInfo object at 0x7fbc737c0290>] = 60, max_jobs: ~types.Annotated[int | None, <typer.models.OptionInfo object at 0x7fbc7931d550>] = None, parallel_jobs: ~types.Annotated[int | None, <typer.models.OptionInfo object at 0x7fbc7931d390>] = None, sleep_time: ~types.Annotated[float | None, <typer.models.OptionInfo object at 0x7fbc7931d210>] = None) None[source]#
Run Jobs in batch mode.