\(\renewcommand\AA{\unicode{x212B}}\)

SubmitRemoteJob v1

../_images/SubmitRemoteJob-v1_dlg.png

SubmitRemoteJob dialog.

Table of Contents

Warning

SubmitRemoteJob is deprecated. Use SubmitRemoteJob version 2 instead.

Summary

Submit a job to be executed on the specified remote compute resource.

Properties

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

Description

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

Source

C++ header: SubmitRemoteJob.h (last modified: 2021-03-31)

C++ source: SubmitRemoteJob.cpp (last modified: 2021-03-31)