{ "title" : "Remote Submit", "kind" : "process", "type" : "remoteSubmit", "tags" : ["remote", "distributed", "world", "network", "submit"], "description" : "

Remote Submit Node

The remote submit node enables to submit a job on a remote cluster/machine.

The inputs are:

cluster:
url of the cluster (e.g. http://nef-devel.inria.fr/)
nodes:
number of nodes (default: 1)
cores:
number of cores (default: 1)
walltime:
walltime of job, HH:MM:SS (optionnal)
queuename:
scheduler queue (optionnal)
options:
scheduler specific options
policy:
dtkDistributed policy qthread, mpi or mpi3 (defaut:qthread)

The output is the jobid.

", "inputs" : ["cluster", "nodes", "cores", "walltime", "queuename","options" ,"policy"], "outputs" : ["jobid"] }