_(self, job, check_can_submit=True, jobs_per_check=100) | Batch | private |
_(self, job, check_can_submit=True, jobs_per_check=100) | Batch | private |
_(self, jobs, check_can_submit=True, jobs_per_check=100) | Batch | private |
__init__(self, *backend_args=None) | Batch | |
_add_batch_directives(self, job, batch_file) | HTCondor | private |
_add_setup(job, batch_file) | Backend | privatestatic |
_add_wrapper_script_setup(self, job, batch_file) | Backend | private |
_add_wrapper_script_teardown(self, job, batch_file) | Backend | private |
_create_cmd(self, script_path) | HTCondor | private |
_create_job_result(cls, job, job_id) | HTCondor | private |
_create_parent_job_result(cls, parent) | HTCondor | private |
_make_submit_file(self, job, submit_file_path) | HTCondor | private |
_submit_to_batch(cls, cmd) | HTCondor | private |
backend_args | Backend | |
batch_submit_script | HTCondor | static |
can_submit(self, njobs=1) | HTCondor | |
backends::Batch.can_submit(self, *args, **kwargs) | Batch | |
condor_history(cls, class_ads=None, job_id="", username="") | HTCondor | |
condor_q(cls, class_ads=None, job_id="", username="") | HTCondor | |
default_backend_args | HTCondor | static |
default_class_ads | HTCondor | static |
default_global_job_limit | HTCondor | static |
default_sleep_between_submission_checks | Batch | static |
exit_code_file | Backend | static |
get_batch_submit_script_path(self, job) | HTCondor | |
get_submit_script_path(self, job) | Backend | |
global_job_limit | Batch | |
sleep_between_submission_checks | Batch | |
submission_cmds | HTCondor | static |
submit(self, job, check_can_submit=True, jobs_per_check=100) | Batch | |
backends::Backend.submit(self, job) | Backend | |
submit_script | Backend | static |