jobflow_remote.cli.execution module#
- jobflow_remote.cli.execution.run(run_dir: ~typing.Annotated[str | None, <typer.models.ArgumentInfo object at 0x7f2db9518bd0>] = '.') None [source]#
Run the Job in the selected folder based on the.
- jobflow_remote.cli.execution.run_batch(base_run_dir: ~typing.Annotated[str, <typer.models.ArgumentInfo object at 0x7f2db9534dd0>], files_dir: ~typing.Annotated[str, <typer.models.ArgumentInfo object at 0x7f2db9535bd0>], process_uuid: ~typing.Annotated[str, <typer.models.ArgumentInfo object at 0x7f2db95362d0>], max_time: ~typing.Annotated[int | None, <typer.models.OptionInfo object at 0x7f2db9535990>] = None, max_wait: ~typing.Annotated[int | None, <typer.models.OptionInfo object at 0x7f2db953cc50>] = 60, max_jobs: ~typing.Annotated[int | None, <typer.models.OptionInfo object at 0x7f2db953c9d0>] = None, parallel_jobs: ~typing.Annotated[int | None, <typer.models.OptionInfo object at 0x7f2db953cad0>] = None) None [source]#
Run Jobs in batch mode.