[Insight-developers] Running tests with a specified number of threads

Lorensen, William E (Research) lorensen@crd.ge.com
Fri, 3 May 2002 14:00:46 -0400


Folks,
Here's an example of how to run a test with a specific number of threads:


./itkBasicFiltersTests --with-threads 20 itkStatisticsImageFilterTest

or

 ./itkBasicFiltersTests --without-threads itkStatisticsImageFilterTest

Bill