<div dir="ltr">Sean,<div><br></div><div>Thanks for making the changes.</div><div><br></div><div>It seems that it now goes ahead and uses 13 minutes    :-/</div><div><br></div><div><a href="http://open.cdash.org/viewTest.php?onlyfailed&buildid=3180454">http://open.cdash.org/viewTest.php?onlyfailed&buildid=3180454</a><br>
</div><div><a href="http://open.cdash.org/testDetails.php?test=217637789&build=3180454">http://open.cdash.org/testDetails.php?test=217637789&build=3180454</a><br></div><div><br></div><div>It might be related to, as you pointed out, running the tests in parallel.</div>
<div><br></div><div><br></div><div>I believe there is an option for indicating that a particular test should</div><div>run by itself (not in parallel).</div><div><br></div><div><br></div><div>Maybe something like</div><div>
<br></div><div>   set_tests_properties(TESTNAME PROPERTIES RUN_SERIAL 1)<br></div><div><br></div><div><br></div><div>as it is currently being used in:</div><div><br></div><div><div>Modules/Core/Common/test/CMakeLists.txt</div>
<div><br></div><div>set_tests_properties(itkObjectFactoryTest2 PROPERTIES RUN_SERIAL 1)</div></div><div><br></div><div><br></div><div><br></div><div><br></div><div>     Luis</div><div><br></div><div><br></div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Fri, Jan 17, 2014 at 12:41 PM, Sean McBride <span dir="ltr"><<a href="mailto:sean@rogue-research.com" target="_blank">sean@rogue-research.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Fri, 17 Jan 2014 11:57:24 -0500, Bradley Lowekamp said:<br>
<br>
>Did you set the above environment variables?<br>
><br>
>These can be some expensive operations. I am guessing that the BSpline<br>
>registration make heavy use of dynamic memory allocation.<br>
<br>
</div>Good catch, I hadn't set them.  Trying again, with those env vars, and with the machine idle, the test passes in 710 seconds.  As I said, I upped the timeout to 800 s, which hopefully is enough even with other tests running in parallel.<br>

<div class="im HOEnZb"><br>
Cheers,<br>
<br>
--<br>
____________________________________________________________<br>
Sean McBride, B. Eng                 <a href="mailto:sean@rogue-research.com">sean@rogue-research.com</a><br>
Rogue Research                        <a href="http://www.rogue-research.com" target="_blank">www.rogue-research.com</a><br>
Mac Software Developer              Montréal, Québec, Canada<br>
<br>
<br>
</div><div class="HOEnZb"><div class="h5">_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://kitware.com/products/protraining.php" target="_blank">http://kitware.com/products/protraining.php</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.itk.org/mailman/listinfo/insight-developers" target="_blank">http://www.itk.org/mailman/listinfo/insight-developers</a><br>
</div></div></blockquote></div><br></div>