condor-package | R Documentation |
Interact with Condor from R via SSH connection. Files are first uploaded from user machine to submitter machine, and the job is then submitted from the submitter machine to Condor. Functions are provided to submit, list, and download Condor jobs from R.
Condor is an open source high-throughput computing software framework for distributed parallelization of computationally intensive tasks.
Main interface:
condor_submit | submit |
condor_q | list queue |
condor_dir | list directories |
condor_download | download |
Stop and remove:
condor_rm | stop jobs |
condor_rmdir | remove directories |
Utilities:
condor_log | show log file |
dos2unix | convert line endings |
summary.condor_log | show log file summary |
ssh_exec_stdout | execute command |
unix2dos | convert line endings |
Arni Magnusson and Nan Yao, with contributions by Jemery Day and Thomas Teears.
https://github.com/PacificCommunity/ofp-sam-condor
condor uses the ssh package to connect to the Condor submitter machine.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.