Difference between revisions of "User:Barre/ITK Registration Optimization/Action Items"

From NAMIC Wiki
Jump to: navigation, search
m
 
 
Line 3: Line 3:
 
===03/28/07===
 
===03/28/07===
  
* Brad
+
* Brad:
 
*# write 4 or 5 larger tests that incorporate the filters implied in Kilians' work (affine, demons, bspline). As far as CTest is concerned, just declare them the usual way (i.e. ADD_TEST)
 
*# write 4 or 5 larger tests that incorporate the filters implied in Kilians' work (affine, demons, bspline). As far as CTest is concerned, just declare them the usual way (i.e. ADD_TEST)
 
*# document the machines you are planning to test with in the Wiki at: http://na-mic.org/Wiki/index.php/User:Barre/ITK_Registration_Optimization#KHQ
 
*# document the machines you are planning to test with in the Wiki at: http://na-mic.org/Wiki/index.php/User:Barre/ITK_Registration_Optimization#KHQ
Line 12: Line 12:
 
*# document the machines you are planning to test with in the Wiki at: http://na-mic.org/Wiki/index.php/User:Barre/ITK_Registration_Optimization#KHQ
 
*# document the machines you are planning to test with in the Wiki at: http://na-mic.org/Wiki/index.php/User:Barre/ITK_Registration_Optimization#KHQ
  
* Sebastien
+
* Sebastien:
 
*# modify/subclass the ITK timer class to use thread affinity/priority on Win32, see what can be done in that regards for Unix.
 
*# modify/subclass the ITK timer class to use thread affinity/priority on Win32, see what can be done in that regards for Unix.
 
*# make LinearTest use the timer class, create corresponding Ctest's tests with a few relevant parameters that won't exhaust the memory
 
*# make LinearTest use the timer class, create corresponding Ctest's tests with a few relevant parameters that won't exhaust the memory
 
*# see with Brad about valgrind on 64 bits (amber2).
 
*# see with Brad about valgrind on 64 bits (amber2).
  
* Stephen
+
* Stephen:
 
*# generate a bunch of smaller tests, describe them in: http://na-mic.org/Wiki/index.php/User:Barre/ITK_Registration_Optimization#Tests
 
*# generate a bunch of smaller tests, describe them in: http://na-mic.org/Wiki/index.php/User:Barre/ITK_Registration_Optimization#Tests

Latest revision as of 18:06, 2 April 2007

Action Items

03/28/07

  • Julien:
    1. setup the NAC batchmake dashboard,
    2. document how the tests are going to interact with Batchmake; in the meantime we will just output one number per test, i.e. timing, and declare our tests the usual way using ADD_TEST (btw Julien, all tests and the full command line to run them can be found and parsed in the DartTestfile.txt in each directory)
    3. document the machines you are planning to test with in the Wiki at: http://na-mic.org/Wiki/index.php/User:Barre/ITK_Registration_Optimization#KHQ
  • Sebastien:
    1. modify/subclass the ITK timer class to use thread affinity/priority on Win32, see what can be done in that regards for Unix.
    2. make LinearTest use the timer class, create corresponding Ctest's tests with a few relevant parameters that won't exhaust the memory
    3. see with Brad about valgrind on 64 bits (amber2).