Trees | Indices | Help |
|
---|
|
1 """ BigJob API 2 3 This Module contains the API of the BigJob framework 4 5 All BigJob implementation must be derived from this API. 6 7 """ 8 1314 - def start_pilot_job(self, 15 lrms_url, 16 bigjob_agent_executable, 17 number_nodes, 18 queue, 19 project, 20 working_directory, 21 userproxy, 22 walltime, 23 processes_per_node=1):25 27 pass 28 30 pass 31 33 pass 34 35 46 49
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Jan 3 11:44:12 2012 | http://epydoc.sourceforge.net |