<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:"\@SimSun";
        panose-1:2 1 6 0 3 1 1 1 1 1;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Dear Graham,<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>As stated in the tutorial the distributed computing functions are intended to distribute workload over different computers running a Torque or SGE batch system: <i>“</i></span><i><span style='font-size:11.5pt;font-family:"Calibri","sans-serif";color:black;background:white'>This tutorial covered how to distribute your computations/workload over multiple computers in a cluster that uses the Torque or SGE batch queue system”. </span></i><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>However, what you could do is make use of Matlab’s parallel processing tools. Matlab allows you to open a pool of so-called ‘workers’ to distribute processing jobs to allowing you to run multiple processes in parallel. Please see </span><a href="http://www.mathworks.nl/help/distcomp/matlabpool.html">http://www.mathworks.nl/help/distcomp/matlabpool.html</a> and <a href="http://www.mathworks.nl/help/matlab/ref/parfor.html">http://www.mathworks.nl/help/matlab/ref/parfor.html</a>.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Once you’ve opened a pool of workers using ‘matlabpool’, you can use ‘parfor’ in the same way as you would use ‘for’ to create a loop that runs all processes in parallel over all four cores. <o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Best,<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Jim<o:p></o:p></span></p><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> fieldtrip-bounces@science.ru.nl [mailto:fieldtrip-bounces@science.ru.nl] <b>On Behalf Of </b>Graham Peyton<br><b>Sent:</b> woensdag 26 juni 2013 12:14<br><b>To:</b> fieldtrip@science.ru.nl<br><b>Subject:</b> [FieldTrip] QSUB toolbox on a multi-core computer<o:p></o:p></span></p></div><p class=MsoNormal><o:p> </o:p></p><div><div><div><div><p class=MsoNormal style='margin-bottom:12.0pt'>Dear FieldTrip community,<o:p></o:p></p></div><div><p class=MsoNormal style='margin-bottom:12.0pt'>I am trying to carry out an MEG analysis using the qsub distributed computing toolbox. I'm using a quad-core i7 computer, and was hoping that I'd be able to distribute the workload over all four cores. <br><br>I have followed the tutorial below exactly:<br><a href="http://fieldtrip.fcdonders.nl/tutorial/distributedcomputing">http://fieldtrip.fcdonders.nl/tutorial/distributedcomputing</a><o:p></o:p></p></div><div><p class=MsoNormal>The problem I am having is this: I managed to run example 1 (with my own dataset), but I am finding that when I use <span style='font-family:"Courier New"'>qsubcellfun</span>, the function <span style='font-family:"Courier New"'>ft_definetrial</span> is executed <b>sequentially</b> (for each condition), <i>not</i> in <b>parallel</b>. Is there a way I can correct this, so as to parallelize the analysis? Or is the toolbox not designed for multi-core machines? <o:p></o:p></p></div><div><p class=MsoNormal><o:p> </o:p></p></div><p class=MsoNormal>Many thanks,<br><br>Graham Peyton<o:p></o:p></p></div></div></div></div></body></html>