Re: [Paraview] Parallel Streamtracer

2012-06-08 Thread Stephan Rogge
-Ursprüngliche Nachricht- Von: Burlen Loring [mailto:blor...@lbl.gov] Gesendet: Donnerstag, 7. Juni 2012 17:54 An: Stephan Rogge Cc: 'Yuanxin Liu'; paraview@paraview.org Betreff: Re: [Paraview] Parallel Streamtracer Hi Stephan, I've experienced the scaling behavior that you report when I was working

Re: [Paraview] Parallel Streamtracer

2012-06-08 Thread Stephan Rogge
: [Paraview] Parallel Streamtracer Hi Stephan, Oh, thanks for the update, I wasn't aware of these changes. I have been working with 3.14.1. Burlen On 06/08/2012 01:47 AM, Stephan Rogge wrote: Hello Burlen, thank you very much for your post. I really would like to test your plugin and so

Re: [Paraview] Parallel Streamtracer

2012-06-08 Thread burlen
directory completely and start a fresh PV build. Stephan -Ursprüngliche Nachricht- Von: burlen [mailto:burlen.lor...@gmail.com] Gesendet: Freitag, 8. Juni 2012 16:21 An: Stephan Rogge Cc: 'Yuanxin Liu'; paraview@paraview.org Betreff: Re: [Paraview] Parallel Streamtracer Hi Stephan, Oh, thanks

Re: [Paraview] Parallel Streamtracer

2012-06-08 Thread burlen
:21 An: Stephan Rogge Cc: 'Yuanxin Liu'; paraview@paraview.org mailto:paraview@paraview.org Betreff: Re: [Paraview] Parallel Streamtracer Hi Stephan, Oh, thanks for the update, I wasn't aware of these changes. I have been working with 3.14.1. Burlen On 06

Re: [Paraview] Parallel Streamtracer

2012-06-08 Thread burlen
...@gmail.com] Gesendet: Freitag, 8. Juni 2012 16:21 An: Stephan Rogge Cc: 'Yuanxin Liu'; paraview@paraview.org Betreff: Re: [Paraview] Parallel Streamtracer Hi Stephan, Oh, thanks for the update, I wasn't aware of these changes. I have been working with 3.14.1. Burlen On 06/08/2012 01:47 AM, Stephan Rogge

Re: [Paraview] Parallel Streamtracer

2012-06-07 Thread Burlen Loring
[mailto:leo@kitware.com] Gesendet: Freitag, 1. Juni 2012 16:13 An: Stephan Rogge Cc: Andy Bauer; paraview@paraview.org Betreff: Re: [Paraview] Parallel Streamtracer Hi, Stephan, I did measure the performance at some point and was able to get fairly decent speed up with more processors. So I am

Re: [Paraview] Parallel Streamtracer

2012-06-06 Thread Berk Geveci
[mailto:leo@kitware.com] Gesendet: Freitag, 1. Juni 2012 16:13 An: Stephan Rogge Cc: Andy Bauer; paraview@paraview.org Betreff: Re: [Paraview] Parallel Streamtracer Hi, Stephan, I did measure the performance at some point and was able to get fairly decent speed up with more processors

Re: [Paraview] Parallel Streamtracer

2012-06-06 Thread Stephan Rogge
@paraview.org Betreff: Re: [Paraview] Parallel Streamtracer By the way, did you make sure to apply D3? disk_out_ref.ex2 is not partitioned so by default it would be loaded entirely onto MPI rank 0. On Mon, Jun 4, 2012 at 5:21 AM, Stephan Rogge stephan.ro...@tu-cottbus.de wrote: Hello Leo, ok, I took

Re: [Paraview] Parallel Streamtracer

2012-06-05 Thread Stephan Rogge
@paraview.org Betreff: Re: [Paraview] Parallel Streamtracer Hi, Stephan,   I did measure the performance at some point and was able to get fairly decent speed up with more processors. So I am surprised you are seeing huge latency.   Of course, the performance is sensitive to the input.  It is also

Re: [Paraview] Parallel Streamtracer

2012-06-04 Thread Stephan Rogge
field. Cheers, Stephan Von: Yuanxin Liu [mailto:leo@kitware.com] Gesendet: Freitag, 1. Juni 2012 16:13 An: Stephan Rogge Cc: Andy Bauer; paraview@paraview.org Betreff: Re: [Paraview] Parallel Streamtracer Hi, Stephan,   I did measure the performance at some point and was able to get

Re: [Paraview] Parallel Streamtracer

2012-06-04 Thread Yuanxin Liu
: Andy Bauer; paraview@paraview.org Betreff: Re: [Paraview] Parallel Streamtracer Hi, Stephan, I did measure the performance at some point and was able to get fairly decent speed up with more processors. So I am surprised you are seeing huge latency. Of course, the performance

Re: [Paraview] Parallel Streamtracer

2012-06-01 Thread Yuanxin Liu
that this is the case. Can you help to clarify my problem? Regards, Stephan Von: Yuanxin Liu [mailto:leo@kitware.com] Gesendet: Donnerstag, 31. Mai 2012 21:33 An: Stephan Rogge Cc: Andy Bauer; paraview@paraview.org Betreff: Re: [Paraview] Parallel Streamtracer It is in the current VTK

[Paraview] Parallel Streamtracer

2012-05-31 Thread Stephan Rogge
Hello, I have a question related to the parallelism of the stream tracer: As I understand the code right, each line integration (trace) is processed in an own MPI process. Right? To test the scalability of the Stream tracer I've load a structured (curvilinear) grid and applied the filter with a

Re: [Paraview] Parallel Streamtracer

2012-05-31 Thread Andy Bauer
Hi Stephan, The parallel stream tracer uses the partitioning of the grid to determine which process does the integration. When the streamline exits the subdomain of a process there is a search to see if it enters a subdomain assigned to any other processes before figuring it whether it has left

Re: [Paraview] Parallel Streamtracer

2012-05-31 Thread Yuanxin Liu
Hi, Stephan, The previous implementation only has serial performance: It traces the streamlines one at a time and never starts a new streamline until the previous one finishes. With communication overhead, it is not surprising it got slower. My new implementation is able to let the

Re: [Paraview] Parallel Streamtracer

2012-05-31 Thread Stephan Rogge
Hi, Andy and Leo, thanks for your replies. Is it possible to get this new implementation? I would to give it a try. Regards, Stephan Am 31.05.2012 um 17:48 schrieb Yuanxin Liu leo@kitware.com: Hi, Stephan, The previous implementation only has serial performance: It traces the

Re: [Paraview] Parallel Streamtracer

2012-05-31 Thread Yuanxin Liu
It is in the current VTK and ParaView master. The class is vtkPStreamTracer. Leo On Thu, May 31, 2012 at 3:31 PM, Stephan Rogge stephan.ro...@tu-cottbus.dewrote: Hi, Andy and Leo, thanks for your replies. Is it possible to get this new implementation? I would to give it a try. Regards,