Matt,<div><br></div><div>My system doesn&#39;t seem to build in parallel with that option (compared with and without in htop). I don&#39;t know if I&#39;m getting this right but according to the CTest documentation, the -j &lt;jobs&gt; allows to run tests in parallel. It doesn&#39;t say anything about building in parallel.</div>
<div><br></div><div>-F</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Nov 28, 2012 at 3:05 PM, Matt McCormick <span dir="ltr">&lt;<a href="mailto:matt.mccormick@kitware.com" target="_blank">matt.mccormick@kitware.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Felix,<br>
<br>
This is good to know.  I did some work to make WrapITK build in<br>
parallel, but it may still need more fixes.<br>
<br>
To make ctest build in parallel pass<br>
<br>
  -j &lt;jobs&gt;<br>
<br>
or<br>
<br>
  --parallel &lt;jobs&gt;<br>
<br>
Thanks,<br>
Matt<br>
<br>
On Wed, Nov 28, 2012 at 7:56 PM, Félix C. Morency<br>
<div class="HOEnZb"><div class="h5">&lt;<a href="mailto:felix.morency@gmail.com">felix.morency@gmail.com</a>&gt; wrote:<br>
&gt; Matt,<br>
&gt;<br>
&gt; There is also a compiler error when compiling with multiple processors on my<br>
&gt; computer. I used &#39;make -j6&#39; from a clean build. If I restart the build with<br>
&gt; &#39;make&#39;, the error vanishes and the build completes. I can reproduce the<br>
&gt; error. Is there a quick way to tell CTest to build with multiple cores<br>
&gt; without having to write a script (I have no time to look into this at the<br>
&gt; moment) so I can submit this on the dashboard?<br>
&gt;<br>
&gt; Thanks,<br>
&gt; -F<br>
&gt;<br>
&gt;<br>
&gt; On Wed, Nov 28, 2012 at 11:26 AM, Matt McCormick<br>
&gt; &lt;<a href="mailto:matt.mccormick@kitware.com">matt.mccormick@kitware.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Hi Felix,<br>
&gt;&gt;<br>
&gt;&gt; Excellent.  Thank you.  I will look into the nagging WrapITK<br>
&gt;&gt; configuration warnings.<br>
&gt;&gt;<br>
&gt;&gt; Thanks,<br>
&gt;&gt; Matt<br>
&gt;&gt;<br>
&gt;&gt; On Wed, Nov 28, 2012 at 3:11 PM, Félix C. Morency<br>
&gt;&gt; &lt;<a href="mailto:felix.morency@gmail.com">felix.morency@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt; Hi,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; You can find the results of my build and tests on the dashboard<br>
&gt;&gt; &gt; (20121128)<br>
&gt;&gt; &gt; under the site name morency-Precision-T1600.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Regards,<br>
&gt;&gt; &gt; -F<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; On Tue, Nov 27, 2012 at 1:42 PM, Matt McCormick<br>
&gt;&gt; &gt; &lt;<a href="mailto:matt.mccormick@kitware.com">matt.mccormick@kitware.com</a>&gt;<br>
&gt;&gt; &gt; wrote:<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; The ITK 4.3.0 release candidate 2 has been tagged, and is available for<br>
&gt;&gt; &gt;&gt; testing!  To obtain the source code,<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;  git clone <a href="http://itk.org/ITK.git" target="_blank">http://itk.org/ITK.git</a><br>
&gt;&gt; &gt;&gt;  cd ITK<br>
&gt;&gt; &gt;&gt;  git checkout -q --detach v4.3rc02<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; For more details, please see<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;  <a href="http://www.itk.org/Wiki/ITK/Git" target="_blank">http://www.itk.org/Wiki/ITK/Git</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Please test the release candidate and share your experiences on the<br>
&gt;&gt; &gt;&gt; mailing<br>
&gt;&gt; &gt;&gt; list, issues tracker, and Gerrit Code Review.  Please include the tag<br>
&gt;&gt; &gt;&gt; name<br>
&gt;&gt; &gt;&gt; when<br>
&gt;&gt; &gt;&gt; providing feedback.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Release candidates will be tagged every week.  The final release is<br>
&gt;&gt; &gt;&gt; scheduled<br>
&gt;&gt; &gt;&gt; for December 17th.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Changes since v4.3rc01<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Bradley Lowekamp (3):<br>
&gt;&gt; &gt;&gt;       COMP: Adding Valgrind suppression for NRRD IO on RH6<br>
&gt;&gt; &gt;&gt;       ENH: Convert the Modulus filter to standard binary filter<br>
&gt;&gt; &gt;&gt;       BUG: unset environmental default number of threads<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; ITK Migration V4 (1):<br>
&gt;&gt; &gt;&gt;       DOC: Modify AnisotropicDiffusionFunction comments.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Michael Stauffer (1):<br>
&gt;&gt; &gt;&gt;       ENH: Add MultiTransformBase<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Nick Tustison (2):<br>
&gt;&gt; &gt;&gt;       ENH: Multiple metrics in registration methods.<br>
&gt;&gt; &gt;&gt;       BUG:  Incomplete dynamic casting.<br>
&gt;&gt; &gt;&gt; _______________________________________________<br>
&gt;&gt; &gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt; &gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Kitware offers ITK Training Courses, for more information visit:<br>
&gt;&gt; &gt;&gt; <a href="http://kitware.com/products/protraining.php" target="_blank">http://kitware.com/products/protraining.php</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Please keep messages on-topic and check the ITK FAQ at:<br>
&gt;&gt; &gt;&gt; <a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; &gt;&gt; <a href="http://www.itk.org/mailman/listinfo/insight-developers" target="_blank">http://www.itk.org/mailman/listinfo/insight-developers</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; --<br>
&gt;&gt; &gt; --<br>
&gt;&gt; &gt; Félix C. Morency, M.Sc.<br>
&gt;&gt; &gt; Plateforme d’analyse et de visualisation d’images<br>
&gt;&gt; &gt; Centre Hospitalier Universitaire de Sherbrooke<br>
&gt;&gt; &gt; Centre de recherche clinique Étienne-Le Bel<br>
&gt;&gt; &gt; Local Z5-3031 | <a href="tel:819.346.1110%20ext%2016634" value="+18193461110">819.346.1110 ext 16634</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; --<br>
&gt; Félix C. Morency, M.Sc.<br>
&gt; Plateforme d’analyse et de visualisation d’images<br>
&gt; Centre Hospitalier Universitaire de Sherbrooke<br>
&gt; Centre de recherche clinique Étienne-Le Bel<br>
&gt; Local Z5-3031 | <a href="tel:819.346.1110%20ext%2016634" value="+18193461110">819.346.1110 ext 16634</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>-- <br>Félix C. Morency, M.Sc.<br>Plateforme d’analyse et de visualisation d’images<br>Centre Hospitalier Universitaire de Sherbrooke<br>Centre de recherche clinique Étienne-Le Bel<br>
Local Z5-3031 | 819.346.1110 ext 16634 <br>
</div>