ParaView 3 Telecon 09-24-2009: Difference between revisions

From ParaQ Wiki
Jump to navigationJump to search
(Created page with '{| cellpadding="2" cellspacing="4" |- ! style="background:#abcdef" | Item ! style="background:#abcdef" | People ! style="background:#abcdef" | Description |- | 1 || Ice || MARS/V…')
 
No edit summary
Line 16: Line 16:
| 5 || Moreland || Time pipeline changes owner
| 5 || Moreland || Time pipeline changes owner
|-
|-
| 6 || Moreland || Ultravis workshop
| 6 || Moreland || Python shell overloaded?
|-
|-
| 7 || Bauer || In-situ paper
| 7 || Moreland || PV scalar bar to VTK?
|-
| 8 || Moreland || PV scalar bar to VTK?
|}
|}



Revision as of 09:46, 18 September 2009

Item People Description
1 Ice MARS/V&V Milestone issues
2 Moreland Stronger Dashboard
  • Boiling the frog coverage
3 Thompson Statistics Update
4 Ayachit Partial Arrays with Plot Over Line (Bug #9252)
5 Moreland Time pipeline changes owner
6 Moreland Python shell overloaded?
7 Moreland PV scalar bar to VTK?

MARS Milestone

Previously:

Nathan talked to Karen Devine for suggestions. She suggested using a "data dictionary" to resolve fragments. You do two all-to-all broadcasts to choose which id to assign to each fragment.

Berk reports that the biggest bottleneck to scaling is the exchange of ghost cell information. One approach would be to not do ghost cells and do fragment resolution later. The down side is that interfaces become non-watertight. We should at least try approaches that do no communication (such as CTH parts) to at least demonstrate the scalability.

Another possibility is to try to leverage the ghost levels provided by CTH.

This Week:

Stronger Dashboard

Previously:

Dave P. is now monitoring the dashboard.

Utkarsh is still going to think about how to run more tests faster.

In Utkarsh's branding branch, allows you to run multiple tests in one invocation and have each have their own result images. Between tests, the GUI resets but the connection remains. You can also isolate tests that could effect others (like the color palette tests).

Might be committing the branding stuff next week.

This Week:

Statistics Update

Previously:

  • Initial implementation complete.
  • Should there be a "no second input" version of each filter?
  • Approaches for handling shared points in distributed-memory mode?
  • How to create tests for plugins?
  • If/when to merge into 3.6 branch?
  • Semi-offtopic: "Root" of multiblock of tables appears to be mashed version of first table?
  • Semi-offtopic: Possible to include HTML/images in online docs?