Skip to content

Commit 06a9eb9

Browse files
committed
Add -parallel flag to ReconAll
1 parent 2752945 commit 06a9eb9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nipype/interfaces/freesurfer/preprocess.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -630,6 +630,8 @@ class ReconAllInputSpec(CommandLineInputSpec):
630630
desc='Use converted T2 to refine the cortical surface')
631631
openmp = traits.Int(argstr="-openmp %d",
632632
desc="Number of processors to use in parallel")
633+
parallel = traits.Bool(argstr="-parallel",
634+
desc="Enable parallel execution")
633635
subjects_dir = Directory(exists=True, argstr='-sd %s', hash_files=False,
634636
desc='path to subjects directory', genfile=True)
635637
flags = traits.Str(argstr='%s', desc='additional parameters')

0 commit comments

Comments
 (0)