make_check_jobs: Build bash file to track jobs on Condor

Description Usage Arguments See Also Examples

Description

Progrmatically build file to track Condor runs on the cluster.

Usage

1
2
3
4
make_check_jobs(session, sleeptime = "10s",
  email = Sys.getenv("UCONN_EMAIL"),
  subject = "auto email from stats cluster",
  body = "All jobs have been completed.  Cheers!")

Arguments

session

session object

sleeptime

character, time interval to check if jobs are still running, Default: '10s'

email

character, email address to send message on end of jobs, Default: Sys.getenv("UCONN_EMAIL")

subject

character, subject line of the email, Default: 'auto email from stats cluster'

body

character, body contents of the email, Default: 'All jobs have been completed. Cheers!'

See Also

whisker.render scp

Examples

1
2
3
4
## Not run: 
make_check_jobs(session)

## End(Not run)

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