nipype.pipeline.plugins.slurm module

Created on Aug 2, 2013

@author: chadcumba

Parallel workflow execution with SLURM

class nipype.pipeline.plugins.slurm.SLURMPlugin(**kwargs)

Bases: nipype.pipeline.plugins.base.SGELikeBatchManagerBase

Execute using SLURM

The plugin_args input to run can be used to control the SLURM execution. Currently supported options are:

  • template : template to use for batch job submission

  • sbatch_args: arguments to pass prepend to the sbatch call