Table of Contents
Name | Direction | Type | Default | Description |
---|---|---|---|---|
ComputeResource | Input | string | Mandatory | The name of the remote computer to submit the job to. Allowed values: ['SCARF@STFC‘] |
NumNodes | Input | number | 0 | The number of compute nodes the job requires |
CoresPerNode | Input | number | 0 | The number of processes to start on each compute node |
TaskName | Input | string | A short name for the job. | |
TransactionID | Input | string | Mandatory | The transaction ID to associate with this job |
ScriptName | Input | string | Mandatory | A name for the python script that will be executed |
PythonScript | Input | string | Mandatory | The actual python code to execute |
JobID | Output | string | An ID string for this job |
Submit a job to be executed on the specified remote compute resource.
For more details, see the remote job submission API docs.
Categories: Algorithms | Remote