Hi Luis,<br><br>thanks for the guidelines, and I really appreciate your patience in such matters!<br><br>I ran the tests on the binaries compiled through the &quot;mixed&quot; version of header files (which is still not very reliable) in the win xp x64 environment running on dual Xeon Processor 
3.7 GHz. I was very pleased to see the CPU usage going up to 93% during some of the tests (I think was the algorithm test) which gave an indication that both the processors are being utilized by ITK... but on other tests, only 25% of the machine was utilized (though it was running a 64-bit application!)..
<br><br>one of the tests (itkGDCMSeriesReadImageWrite.exe) generated an unhandled exception..<br><br>total time it took to complete all the tests was about 25 minutes.<br><br>the detailed results can be found be this link....
<br><a href="http://dl002.filefactory.com/get/i.php?f=8a20c43a567a0354f03df6f4&amp;b=9&amp;c=483867528d2bc926">http://dl002.filefactory.com/get/i.php?f=8a20c43a567a0354f03df6f4&amp;b=9&amp;c=483867528d2bc926</a><br><br>
with best regards,<br>
Ashish.<br><br>&lt;Summary&gt;<br>96% tests passed, 41 tests failed out of 1022<br><br>The following tests FAILED:<br><br>&nbsp;&nbsp;&nbsp; &nbsp;55 - vnl_test_math (Failed)<br>&nbsp;&nbsp;&nbsp; 227 - itkImageLinearIteratorTest (Failed)<br>&nbsp;&nbsp;&nbsp; 309 - itkVectorImageTest (Failed)
<br>&nbsp;&nbsp;&nbsp; 517 - itkAccumulateImageFilterTest (Failed)<br>&nbsp;&nbsp;&nbsp; 521 - itkBinaryThresholdImageFilterTest2 (Failed)<br>&nbsp;&nbsp;&nbsp; 532 - itkSimpleContourExtractorImageFilterTest (Failed)<br>&nbsp;&nbsp;&nbsp; 674 - itkVnlFFTTest (Failed)<br>&nbsp;&nbsp;&nbsp; 707 - itkNrrdImageIOTest1 (Failed)
<br>&nbsp;&nbsp;&nbsp; 708 - itkNrrdImageIOTest2 (Failed)<br>&nbsp;&nbsp;&nbsp; 717 - itkVectorImageReadWriteTest2 (Failed)<br>&nbsp;&nbsp;&nbsp; 748 - itkDicomDifficultFile (Failed)<br>&nbsp;&nbsp;&nbsp; 789 - itkGDCMImageIOTest3 (Failed)<br>&nbsp;&nbsp;&nbsp; 790 - itkGDCMImageIOTest4 (Failed)
<br>&nbsp;&nbsp;&nbsp; 791 - itkGDCMSeriesReadImageWrite (SEGFAULT)<br>&nbsp;&nbsp;&nbsp; 792 - itkNrrdImageReadWriteTest1 (Failed)<br>&nbsp;&nbsp;&nbsp; 793 - itkNrrdImageReadWriteTest2 (Failed)<br>&nbsp;&nbsp;&nbsp; 794 - itkNrrdImageReadWriteTest3 (Failed)<br>&nbsp;&nbsp;&nbsp; 795 - itkNrrdImageReadWriteTest4 (Failed)
<br>&nbsp;&nbsp;&nbsp; 796 - itkNrrdImageReadWriteTest5 (Failed)<br>&nbsp;&nbsp;&nbsp; 797 - itkNrrdImageReadWriteTest6 (Failed)<br>&nbsp;&nbsp;&nbsp; 798 - itkNrrdImageReadWriteTest7 (Failed)<br>&nbsp;&nbsp;&nbsp; 799 - itkNrrdImageReadWriteTest8 (Failed)<br>&nbsp;&nbsp;&nbsp; 800 - itkNrrdImageReadWriteTest9 (Failed)
<br>&nbsp;&nbsp;&nbsp; 801 - itkNrrdImageReadWriteTest10 (Failed)<br>&nbsp;&nbsp;&nbsp; 802 - itkNrrdImageReadWriteTest11 (Failed)<br>&nbsp;&nbsp;&nbsp; 803 - itkNrrdRGBImageReadWriteTest0 (Failed)<br>&nbsp;&nbsp;&nbsp; 804 - itkNrrdRGBImageReadWriteTest1 (Failed)<br>&nbsp;&nbsp;&nbsp; 805 - itkNrrdRGBImageReadWriteTest2 (Failed)
<br>&nbsp;&nbsp;&nbsp; 806 - itkNrrdRGBAImageReadWriteTest (Failed)<br>&nbsp;&nbsp;&nbsp; 807 - itkNrrdDiffusionTensor3DImageReadTest1 (Failed)<br>&nbsp;&nbsp;&nbsp; 808 - itkNrrdDiffusionTensor3DImageReadTest2 (Failed)<br>&nbsp;&nbsp;&nbsp; 809 - itkNrrdDiffusionTensor3DImageReadTest3 (Failed)
<br>&nbsp;&nbsp;&nbsp; 810 - itkNrrdDiffusionTensor3DImageReadWriteTest (Failed)<br>&nbsp;&nbsp;&nbsp; 811 - itkNrrdComplexImageReadTest (Failed)<br>&nbsp;&nbsp;&nbsp; 812 - itkNrrdComplexImageReadWriteTest (Failed)<br>&nbsp;&nbsp;&nbsp; 813 - itkNrrdVectorImageReadTest (Failed)<br>
&nbsp;&nbsp;&nbsp; 814 - itkNrrdVectorImageReadWriteTest (Failed)<br>&nbsp;&nbsp;&nbsp; 815 - itkNrrdCovariantVectorImageReadTest (Failed)<br>&nbsp;&nbsp;&nbsp; 816 - itkNrrdCovariantVectorImageReadWriteTest (Failed)<br>&nbsp;&nbsp;&nbsp; 838 - ImageLinearIteratorWithIndexTest (Failed)
<br>&nbsp;&nbsp;&nbsp; 968 - MultiResImageRegistration2Test (Failed)<br><br>&lt;/Summary&gt;<br><br><br><br><div><span class="gmail_quote">On 9/28/05, <b class="gmail_sendername">Luis Ibanez</b> &lt;<a href="mailto:luis.ibanez@kitware.com">
luis.ibanez@kitware.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi Ashish,<br><br>Just open a MSDOS window, go to your binary
<br>directory and type:<br><br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ctest<br><br><br>That should be enough...<br><br>Ctest will run all the tests for&nbsp;&nbsp;you.<br><br>Ctest is an executable that makes part of CMake. If it is not<br>in your path, you usually will find it on
<br><br><br>&nbsp;&nbsp;&nbsp;&nbsp;c:\Program Files\CMake20\bin\ctest.exe<br><br>(unless, of course, you built it on your own in a different<br>directory)<br><br>For a full list of instructions on how to use ctest and how<br>to run the testing suite please refer to the following Wiki page
<br><br><br>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.cmake.org/Wiki/CMake_Testing_With_CTest">http://www.cmake.org/Wiki/CMake_Testing_With_CTest</a><br><br>In particular to<br><br><a href="http://www.cmake.org/Wiki/CMake_Testing_With_CTest#Running_Individual_Tests">
http://www.cmake.org/Wiki/CMake_Testing_With_CTest#Running_Individual_Tests</a><br><br><br><br>&nbsp;&nbsp; Regards,<br><br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Luis<br><br><br>---------------------<br>Ashish Poddar wrote:<br>&gt; Hi,<br>&gt;<br>&gt; I apologize if the question is too obvious, but I cant figure out the
<br>&gt; way to run the tests on local machine... is there a batch file or do i<br>&gt; have to create one for running the tests..<br>&gt;<br>&gt; I have compiled the ITK library and want to run the tests on win XP x64<br>
&gt; machine... compiled by using platform SDK by microsoft.<br>&gt;<br>&gt; with regards,<br>&gt; Ashish.<br>&gt;<br>&gt; --<br>&gt; Ashish Poddar<br>&gt; Its high time we standardize everything!<br>&gt; Y:ashish_poddar | 
<a href="mailto:MSN:ashish_poddar@yahoo.com">MSN:ashish_poddar@yahoo.com</a><br>&gt; &lt;mailto:<a href="mailto:MSN">MSN</a>:<a href="mailto:ashish_poddar@yahoo.com">ashish_poddar@yahoo.com</a>&gt; | <a href="mailto:gTalk:ahpoddar+talk@gmail.com">
gTalk:ahpoddar+talk@gmail.com</a><br>&gt; &lt;mailto:<a href="mailto:gTalk">gTalk</a>:<a href="mailto:ahpoddar+talk@gmail.com">ahpoddar+talk@gmail.com</a>&gt;<br>&gt;<br>&gt;<br>&gt; ------------------------------------------------------------------------
<br>&gt;<br>&gt; _______________________________________________<br>&gt; Insight-users mailing list<br>&gt; <a href="mailto:Insight-users@itk.org">Insight-users@itk.org</a><br>&gt; <a href="http://www.itk.org/mailman/listinfo/insight-users">
http://www.itk.org/mailman/listinfo/insight-users</a><br><br></blockquote></div><br><br clear="all"><br>-- <br>Ashish Poddar<br>Its high time we standardize everything!<br>Y:ashish_poddar | <a href="mailto:MSN:ashish_poddar@yahoo.com">
MSN:ashish_poddar@yahoo.com</a> | <a href="mailto:gTalk:ahpoddar+talk@gmail.com">gTalk:ahpoddar+talk@gmail.com</a>