jobflow_remote.cli.execution module#

jobflow_remote.cli.execution.run(run_dir: ~types.Annotated[str | None, <typer.models.ArgumentInfo object at 0x7f48f4a87f10>] = '.') 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 0x7f48f4a995d0>], files_dir: ~typing.Annotated[str, <typer.models.ArgumentInfo object at 0x7f48f4a99450>], batch_uid: ~typing.Annotated[str, <typer.models.ArgumentInfo object at 0x7f48f4a99710>], max_time: ~types.Annotated[float | None, <typer.models.OptionInfo object at 0x7f48f4a9b410>] = None, max_wait: ~types.Annotated[float | None, <typer.models.OptionInfo object at 0x7f48f4a9bb10>] = 60, max_jobs: ~types.Annotated[int | None, <typer.models.OptionInfo object at 0x7f48f4a9b950>] = None, parallel_jobs: ~types.Annotated[int | None, <typer.models.OptionInfo object at 0x7f48f4a9bad0>] = None, sleep_time: ~types.Annotated[float | None, <typer.models.OptionInfo object at 0x7f48f4a9ba10>] = None) None[source]#

Run Jobs in batch mode.