User:Barre/ITK Registration Optimization/Action Items
From NAMIC Wiki
Action Items
03/28/07
- 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)
- 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
- Julien:
- setup the NAC batchmake dashboard,
- 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)
- 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:
- 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
- see with Brad about valgrind on 64 bits (amber2).
- Stephen:
- generate a bunch of smaller tests, describe them in: http://na-mic.org/Wiki/index.php/User:Barre/ITK_Registration_Optimization#Tests