subJobCRUK: Submit a job to the cluster

Description Usage Arguments

Description

This functions submits a job in the form of a scriptfile to the cluster via ssh

Usage

1
2
3
subJobCRUK(scriptfile, user = "pschofield",
  host = "troodon.scicom.picr.man.ac.uk", qsubString = "qsub",
  args = NULL, noSub = T)

Arguments

user

a string with the user name of the person making the ssh connection

host

a string with the name of the login host for the cluster

args

any arguments to add to the job submission string

noSub

unless set to false will merely display the command rather than submit it.

batchFile

a string representing the name of the script file to be submitted

qsubstring

the submission string for the torque system


PietaSchofield/pietalib documentation built on May 8, 2019, 3:18 a.m.