This module defines methods that assist in interacting with condor on a remote machine.
author: | Matthew Gidden <matthew.gidden _at_ gmail.com> |
---|
Collects all cyclopts output on a remote site and collapses it into a single data base on a local machine.
Parameters: | localdir : str
remotedir : str
user : str
host : str, optional
outdb : str, optional
clean : bool, optional
keyfile : str, optional
verbose : str, optional
|
---|
A wrapper function around paramiko.client.exec_command that helps with error handling and returns only once the command has been completed.
Parameters: | client : paramiko ssh client
cmd : str
t_sleep : float, optional
verbose : str, optional
|
---|
Remove condor jobs on a remote machine.
Parameters: | user : str
host : str, optional
keyfile : str, optional
expr : str, optional
verbose : str, optional
|
---|
This module defines methods to lauch Worker Queue Cyclopts jobs.
author: | Matthew Gidden <matthew.gidden _at_ gmail.com> |
---|
Connects via SSH to a condor submit node, and executes a Cyclopts Work Queue run.
Parameters: | user : str
db : str
instids : set
module : str
cname : str
solvers : list
remotedir : str
log : bool
host : str, optional
keyfile : str, optional
nodes : list, optional
port : str, optional
verbose : bool, optional
|
---|
This module defines methods to lauch DAGman Cyclopts jobs.
author: | Matthew Gidden <matthew.gidden _at_ gmail.com> |
---|
Connects via SSH to a condor submit node, and executes a Cyclopts DAG run.
Parameters: | user : str
db : str
instids : set
module : str
cname : str
solvers : list
remotedir : str
host : str, optional
keyfile : str, optional
verbose : bool, optional
|
---|