- pep723:#
- type:
dictargument path:pep723PEP 723 metadata
- work_base:#
- type:
str, optional, default:./argument path:pep723/work_baseBase directory for the work
- forward_common_files:#
- type:
typing.List[str], optional, default:[]argument path:pep723/forward_common_filesCommon files to forward to the remote machine
- backward_common_files:#
- type:
typing.List[str], optional, default:[]argument path:pep723/backward_common_filesCommon files to backward from the remote machine
- machine:#
- type:
dictargument path:pep723/machineMachine configuration. See related documentation for details.
- resources:#
- type:
dictargument path:pep723/resourcesResources configuration. See related documentation for details.
- task_list:#
- type:
listargument path:pep723/task_listList of tasks to execute.
This argument takes a list with each element containing the following:
- command:#
- type:
str, optional, default:pythonargument path:pep723/task_list/commandPython interpreter or launcher. No need to contain the Python script filename.
- task_work_path:#
- type:
strargument path:pep723/task_list/task_work_pathThe dir where the command to be executed. Can be a glob pattern.
- forward_files:#
- type:
typing.List[str], optional, default:[]argument path:pep723/task_list/forward_filesThe files to be uploaded in task_work_path before the task exectued.
- backward_files:#
- type:
typing.List[str], optional, default:[]argument path:pep723/task_list/backward_filesThe files to be download to local_root in task_work_path after the task finished
- outlog:#
- type:
str|NoneType, optional, default:logargument path:pep723/task_list/outlogThe out log file name. redirect from stdout
- errlog:#
- type:
str|NoneType, optional, default:errargument path:pep723/task_list/errlogThe err log file name. redirect from stderr