Condor DAGMan job class. Appropriate for setting up DAGs to run within
a DAG.
|
__init__(self,
dag,
dir=None,
dax=None)
dag = the name of the condor dag file to run dir = the diretory in
which the dag file is located |
source code
|
|
|
add_pfn_cache(self,
pfn_list)
Add an lfn pfn and pool tuple to the pfn cache |
source code
|
|
|
|
|
get_dag(self)
Return the name of any associated dag file |
source code
|
|
|
get_dag_directory(self)
Get the directory where the dag will be run |
source code
|
|
|
get_dax(self)
Return the name of any associated dax file |
source code
|
|
|
get_pegasus_exec_dir(self)
Return the directory in which pegasus will generate all log files |
source code
|
|
|
|
|
get_sub_file(self)
Return the name of the dag as the submit file name for the SUBDAG
EXTERNAL command in the uber-dag |
source code
|
|
|
|
|
|
|
set_pegasus_exec_dir(self,
dir)
Set the directory in which pegasus will generate all log files |
source code
|
|
|
write_sub_file(self)
Do nothing as there is not need for a sub file with the SUBDAG
EXTERNAL command in the uber-dag |
source code
|
|