Warning
This documentation is for an old version of IPython. You can find docs for newer versions here.
Module: parallel.apps.winhpcjob
¶
Job and task components for writing .xml files that the Windows HPC Server 2008 can use to start jobs.
Authors:
- Brian Granger
- MinRK
6 Classes¶
-
class
IPython.parallel.apps.winhpcjob.
WinHPCJob
(**kwargs)¶ Bases:
IPython.config.configurable.Configurable
-
add_task
(task)¶ Add a task to the job.
Parameters: task :
WinHPCTask
The task object to add.
-
tostring
()¶ Return the string representation of the job description XML.
-
write
(filename)¶ Write the XML job description to a file.
-
-
class
IPython.parallel.apps.winhpcjob.
WinHPCTask
(**kwargs)¶
-
class
IPython.parallel.apps.winhpcjob.
IPControllerJob
(**kwargs)¶
-
class
IPython.parallel.apps.winhpcjob.
IPEngineSetJob
(**kwargs)¶
-
class
IPython.parallel.apps.winhpcjob.
IPControllerTask
(**kwargs)¶ Bases:
IPython.parallel.apps.winhpcjob.WinHPCTask
-
__init__
(**kwargs)¶
-
-
class
IPython.parallel.apps.winhpcjob.
IPEngineTask
(**kwargs)¶ Bases:
IPython.parallel.apps.winhpcjob.WinHPCTask
-
__init__
(**kwargs)¶
-