jobflow_remote.cli.execution module#
- jobflow_remote.cli.execution.run(run_dir: ~typing.Annotated[str | None, <typer.models.ArgumentInfo object at 0x7f5b8a184450>] = '.') 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 0x7f5b8a184510>], files_dir: ~typing.Annotated[str, <typer.models.ArgumentInfo object at 0x7f5b8a184750>], process_uuid: ~typing.Annotated[str, <typer.models.ArgumentInfo object at 0x7f5b8a184590>], max_time: ~typing.Annotated[int | None, <typer.models.OptionInfo object at 0x7f5b8a187150>] = None, max_wait: ~typing.Annotated[int | None, <typer.models.OptionInfo object at 0x7f5b8a187450>] = 60, max_jobs: ~typing.Annotated[int | None, <typer.models.OptionInfo object at 0x7f5b8a187290>] = None) None [source]#
Run Jobs in batch mode.