condor_submit: condor_submit

Description Usage Arguments Value See Also Examples

Description

submits jobs on the the cluster

Usage

1
condor_submit(session, file, notify = TRUE, ...)

Arguments

session

session connection object

file

character, condor file on the cluster

notify

boolean, notify by email at the end of the jobs, Default: TRUE

...

arguments to pass to make_check_jobs

Value

ssh result from the call

See Also

ssh_exec

Examples

1
2
3
4
## Not run: 
condor_submit(session,'file.condor')

## End(Not run)

yuliasidi/condor documentation built on May 17, 2019, 2:15 a.m.