edickie / ciftify

The tools of the Human Connectome Project (HCP) adapted for working with non-HCP datasets
https://edickie.github.io/ciftify/
MIT License
112 stars 158 forks source link

multiproc accross hemispheres to spead up ciftify_recon_all #99

Open edickie opened 5 years ago

edickie commented 5 years ago

The major bottleneck in ciftify_recon_all is the msm registration (which is single threaded). I can cut the processing time in half by just forcing both hemispheres to run at the same time (if more than one core is available)..