Open gdevenyi opened 5 years ago
TFCE isn't embarrassingly parallel, I didn't bother making the single invocation parallel, especially given it's usually run with permutation intervals. Parallelizing the core algorithm wouldn't be high on my list of things to do, it's pretty fast already. Or am I misunderstanding?
It could at least run parallel over the mincSingleDim columns, I think that's what I mean?
It could be worthwhile for multDim's I think.
Yes, I think that's what I mean :+1:
I expected mincTFCE parallel options to parallelize the TFCE call, however it appears parallel doesn't kick in until the mincRandomize calls.