help > RE: Parallel Processing with Sun Grid Engine
Aug 31, 2014  07:08 PM | Alfonso Nieto-Castanon - Boston University
RE: Parallel Processing with Sun Grid Engine
Dear Seqian Wang,

If you are using batch processing, one simple DIY way to do this would be to divide your subjects into a few subsets, create a new project for each of these groups, and run each project on a separate machine. When these finish you can merge the resulting projects into a single project for exploring the results (all projects must run through the exact same steps).

An alternative, more flexible but also possibly more elaborate way, would be to use Matlab's "Parallel-computing toolbox" (see http://www.mathworks.com/products/parall...). I have not tried this myself and it may require some fiddling with the code to maximize the efficiency of the parallelization (not quite sure about this). I will try to explore this option to see if we can facilitate this process in future releases of the toolbox. 

Hope this helps
Alfonso
Originally posted by Seqian Wang:
Dear Alfonso,
 
Is it possible to run conn in parallel on a cluster? If so, how can I set it up?
 
Thank you so much for your help,
 
- Seqian Wang

Threaded View

TitleAuthorDate
Seqian Wang Aug 19, 2014
RE: Parallel Processing with Sun Grid Engine
Alfonso Nieto-Castanon Aug 31, 2014