<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1276" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>hi all,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>i have a vtk- app that calculates streamlines on an
unstructured grid. it works fine on every single- processor machine i've tested
it on. but if i use this application on a dual- processor workstation it
crashes. the same happens on a p4 with activated hyperthreading (when ht is
deactivated, it runs fine). </FONT></DIV>
<DIV><FONT face=Arial size=2>i guess, the problem is that the
ThreadedIntegrator within the vtkStreamer doesn't work fine with two
processors. is there a way to avoid this problem ( without rewriting half of the
vtkStreamer)? i've just read something about vtkMultiProcessController. could
that help calculating streamlines on a machine with two processors?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>many thanks in advance...</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Joseph</FONT></DIV></BODY></HTML>