nipype.pipeline.plugins.oar module¶
Parallel workflow execution via OAR http://oar.imag.fr
-
class
nipype.pipeline.plugins.oar.OARPlugin(**kwargs)¶ Bases:
nipype.pipeline.plugins.base.SGELikeBatchManagerBaseExecute using OAR
The plugin_args input to run can be used to control the OAR execution. Currently supported options are:
- template : template to use for batch job submission
- oarsub_args : arguments to be prepended to the job execution
- script in the oarsub call
- max_jobname_len: maximum length of the job name. Default 15.
