View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001512ParaView(No Category)public2005-01-21 15:132009-12-09 14:50
ReporterAmy Squillacote 
Assigned ToAmy Squillacote 
PriorityhighSeverityfeatureReproducibilityalways
StatusclosedResolutionopen 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0001512: LA: provide information about polygon distribution
DescriptionWhile ParaView is running, collect information about the total number of polygons and the number of polygons per node. Make this information available somewhere on the ParaView GUI, and store it in a log file as well.
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0001965)
Amy Squillacote (reporter)
2005-01-24 16:47

Lee,
This item is from Ken's list from the visit in Nov. Is the "number of polygons" referring to the number of triangles rendered per node or the number of cells in each node's piece of the data?
(0001967)
Lee Ankeny (reporter)
2005-01-24 18:10

Both
(0002064)
Amy Squillacote (reporter)
2005-02-16 16:37

Desirable features:
per node reports on:
  Available memory
  Used memory
  # polygons
  elapsed time per frame (renderserver)
  elapsed time per filter/source (dataserver)

For initial implementation, just dump everything to a log file on each node. Later, lets add pre-execution checks to test whether sufficient memory is available for the requested operation. Later we can also add collection of per-node statistics to the client for interactive reporting.
(0002263)
Amy Squillacote (reporter)
2005-04-04 14:14

Each process now logs the number of cells per source or filter.
(0002310)
Amy Squillacote (reporter)
2005-04-06 10:55

Number of points per node is now being logged.

/cvsroot/ParaView/ParaView/Servers/Common/vtkPVDataInformation.cxx,v <-- vtkPVDataInformation.cxx
new revision: 1.7; previous revision: 1.6
(0002317)
Amy Squillacote (reporter)
2005-04-07 11:46

The time to execute a source/filter is now logged. I was able to leverage the code for the Timer Log (under the Window menu in ParaView).

/cvsroot/ParaView/ParaView/Servers/Common/vtkPVProcessModule.cxx,v <-- vtkPVProcessModule.cxx
new revision: 1.31; previous revision: 1.30
/cvsroot/ParaView/ParaView/Servers/Common/vtkPVProcessModule.h,v <-- vtkPVProcessModule.h
new revision: 1.12; previous revision: 1.11
(0002441)
Lee Ankeny (reporter)
2005-05-24 09:47

Still need per-node report of memory usage (as requested in 0001512).
(0002476)
Amy Squillacote (reporter)
2005-06-10 10:44

We are now logging memory usage per node. Because determining used/available memory is so platform dependent, this currently works on Windows, Linux, and HP-UX. If you need it on other platforms, please let me know which one(s).

/cvsroot/ParaView/ParaView/Servers/Common/CMakeLists.txt,v <-- CMakeLists.txt
new revision: 1.24; previous revision: 1.23

/cvsroot/ParaView/ParaView/Servers/Common/vtkPVProcessModule.cxx,v <-- vtkPVProcessModule.cxx
new revision: 1.37; previous revision: 1.36

/cvsroot/ParaView/ParaView/Servers/Common/vtkProcessModule.cxx,v <-- vtkProcessModule.cxx
new revision: 1.23; previous revision: 1.22

/cvsroot/ParaView/ParaView/Servers/Common/vtkProcessModule.h,v <-- vtkProcessModule.h
new revision: 1.22; previous revision: 1.21

 Issue History
Date Modified Username Field Change
2009-12-09 14:50 Berk Geveci Project @3@ => ParaView
2011-06-16 13:09 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team