hi all,<br>I want to write a volume rendering program with VTK and MPI(that is, I have several medical image slices, which make up the volume, and I want to render the volume on a cluster ), I read some materials but still don't know how to begin with, could here anyone give some specific help? <br>like if (&nbsp;&nbsp;&nbsp; myid == 0&nbsp;&nbsp;&nbsp; )//master<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; ...<br>&nbsp;&nbsp;&nbsp; }else{//slaves<br>&nbsp;&nbsp;&nbsp; ...<br>&nbsp;&nbsp;&nbsp; }<br>and explain 1.how does the partition go,2. how to get rendering results and do the gather up and interaction. thanks very much!<br>