|
__init__(self,
coordination_url="advert://localhost/")
Initializes BigJob's coordination system e.g.: advert://localhost
(SAGA/Advert SQLITE) advert://advert.cct.lsu.edu:8080 (SAGA/Advert
POSTGRESQL) redis://localhost:6379 (Redis at localhost)
tcp://localhost (ZMQ) |
source code
|
|
|
__init_coordination(self,
coordination_url) |
source code
|
|
|
start_pilot_job(self,
lrms_url,
bigjob_agent_executable=None,
number_nodes=1,
queue=None,
project=None,
working_directory=None,
userproxy=None,
walltime=None,
processes_per_node=1,
filetransfers=None)
Start a batch job (using SAGA Job API) at resource manager. |
source code
|
|
|
generate_bootstrap_script(self,
coordination_host,
coordination_namespace) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
get_state(self)
duck typing for get_state of saga.job.job state of saga job that is
used to spawn the pilot agent |
source code
|
|
|
|
|
|
|
stop_pilot_job(self)
mark in advert directory of pilot-job as stopped |
source code
|
|
|
|
|
|
|
|
|
|
|
__stage_files(self,
filetransfers,
target_url) |
source code
|
|
|
__third_party_transfer(self,
source_url,
target_url)
Transfers from source URL to machine of PS (target path) |
source code
|
|
|
__create_remote_directory(self,
target_url) |
source code
|
|
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|