jobflow_remote.cli.execution module#

jobflow_remote.cli.execution.run(run_dir: ~typing.Annotated[str | None, <typer.models.ArgumentInfo object at 0x7fc04c5b8c90>] = '.') 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 0x7fc04c5b9bd0>], files_dir: ~typing.Annotated[str, <typer.models.ArgumentInfo object at 0x7fc04c5b9850>], process_uuid: ~typing.Annotated[str, <typer.models.ArgumentInfo object at 0x7fc04c5ba590>], max_time: ~typing.Annotated[int | None, <typer.models.OptionInfo object at 0x7fc04c5bb7d0>] = None, max_wait: ~typing.Annotated[int | None, <typer.models.OptionInfo object at 0x7fc04c5bbf90>] = 60, max_jobs: ~typing.Annotated[int | None, <typer.models.OptionInfo object at 0x7fc04c5bbcd0>] = None, parallel_jobs: ~typing.Annotated[int | None, <typer.models.OptionInfo object at 0x7fc04c5bbe10>] = None) None[source]#

Run Jobs in batch mode.