\(\renewcommand\AA{\unicode{x212B}}\)
Table of Contents
Warning
SubmitRemoteJob is deprecated. Use SubmitRemoteJob version 2 instead.
Name | Direction | Type | Default | Description |
---|---|---|---|---|
ComputeResource | Input | string | Mandatory | The name of the remote computer to submit the job to |
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: AlgorithmIndex | Remote | Deprecated
C++ header: SubmitRemoteJob.h (last modified: 2021-03-31)
C++ source: SubmitRemoteJob.cpp (last modified: 2021-03-31)