[vtkusers] breaking the workload

Uyong Beh uyong81 at gmail.com
Thu Nov 22 21:05:28 EST 2007


Hi all,

I'm working on a heart model visualization on vtk. it has 600,000
points and over 75,000 time steps for 1 systolic movement.
planning to distribute the workload to 2 clusters. to tell each of the
cluster to visualize the distributed portion of the data has been
done.
once each cluster is done with their job, they are suppose to return
the results back to the master server.
the master server will check whether the results are in place and then
put the results together into a single image.

now the question is:
1) is there a intermediary format from the raw data (3D points) to the
rendered image which, i could send the results from the clusters to
the master server?
2) if the answer for Q1 is NO, then, how could i put the 2 rendered
image back together in the master server?

Thank you.

Cheers,
Beh
VRC lab
UM
Malaysia.



More information about the vtkusers mailing list