Difference between revisions of "Version 1.0 ToDo List"
Jump to navigation
Jump to search
Line 32: | Line 32: | ||
| | | | ||
* Still have problems with some CUDA dashboards | * Still have problems with some CUDA dashboards | ||
− | ** | + | ** Timer issues should be fixed this week. |
− | |||
* There have been some interop failures. - Rob thinks they are fixed. | * There have been some interop failures. - Rob thinks they are fixed. | ||
** Probably actually an X-windows issue. Chuck will look into this. Not currently at the top of his priority. | ** Probably actually an X-windows issue. Chuck will look into this. Not currently at the top of his priority. | ||
− | * | + | * The new GCC 5.0 compiler is giving warnings in the testing code. |
− | |||
* Some timeout issues on renar (e.g. https://open.cdash.org/viewTest.php?onlyfailed&buildid=4123644). Could be caused by JIT of CUDA kernels or might be because multiple things are running. | * Some timeout issues on renar (e.g. https://open.cdash.org/viewTest.php?onlyfailed&buildid=4123644). Could be caused by JIT of CUDA kernels or might be because multiple things are running. | ||
** Some issues have been found and will be worked out. | ** Some issues have been found and will be worked out. | ||
Line 43: | Line 41: | ||
| Prototype VTK/ParaView/VisIt integration<br/> | | Prototype VTK/ParaView/VisIt integration<br/> | ||
(Technically not part of the release, but should indicate we have viable components.) | (Technically not part of the release, but should indicate we have viable components.) | ||
− | | * Eric Brugger has made some progress on integrating VTK-m into VisIt. He has an initial implementation and it is working pretty well so far. He has lately added further cell type support (particularly unstructured grids). | + | | |
+ | * Eric Brugger has made some progress on integrating VTK-m into VisIt. He has an initial implementation and it is working pretty well so far. He has lately added further cell type support (particularly unstructured grids). | ||
* Rob working on VTK/VTK-m filter integration. Can now move data between VTK and VTK-m | * Rob working on VTK/VTK-m filter integration. Can now move data between VTK and VTK-m | ||
|} | |} |
Revision as of 13:48, 9 March 2016
The following is a list of features collected in the months before the VTK-m 1.0 release that are on the short path to be completed.
Feature | Status |
---|---|
Settling of the core interface | Other than little things and filters, the core interface is pretty well set.
|
Standardization of "filters"
|
Rob is ready to merge his first pass of filters into master. |
Support worklet operations that are not one-to-one output | Done |
Basic file I/O | Done. |
Basic rendering | Rendering is almost ready. Working out some build issues on the dashboard. |
Clean up Doxygen | Need to get documentation syncing nightly. Chuck looking into this. |
User's Guide | Behind. Trying to catch up. Making some progress. |
Green dashboard |
|
Prototype VTK/ParaView/VisIt integration (Technically not part of the release, but should indicate we have viable components.) |
|